Skip to content

Commit

Permalink
chore: WIP dont block unit tests with integration
Browse files Browse the repository at this point in the history
  • Loading branch information
BlairCurrey committed Aug 29, 2024
1 parent 8f79fdc commit 865cff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ jobs:
node-build:
runs-on: ubuntu-latest
timeout-minutes: 5
needs: [auth, backend, frontend, token-introspection, mock-account-servicing-entity, graphql, codeql-analyze, integration-test]
needs: [auth, backend, frontend, token-introspection, mock-account-servicing-entity, graphql, codeql-analyze]
steps:
- uses: actions/checkout@v4
- uses: ./.github/workflows/rafiki/env-setup
Expand Down

0 comments on commit 865cff3

Please sign in to comment.