Skip to content

Commit

Permalink
Issue#46: fix e2e test job in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
maingockien01 committed Feb 29, 2024
1 parent 994a870 commit 644adaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
tests-backend-e2e:
name: Run integration tests on workspace backend
runs-on: ubuntu-latest
# needs: build - Make this run right away, Uncomment after the fix
needs: build
concurrency:
group: tests-backend-e2e-${{ github.sha }}
cancel-in-progress: true
Expand Down

0 comments on commit 644adaf

Please sign in to comment.