Skip to content

Commit

Permalink
test fix ci linters
Browse files Browse the repository at this point in the history
  • Loading branch information
Laurent Vuillaume committed Sep 9, 2024
1 parent 05bfcb4 commit cd853cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
run: cd backend && npm i && npm run testCI
docker:
needs: test-back
if: github.ref == 'refs/heads/develop' || github.ref == 'refs/heads/staging' || github.ref == 'refs/heads/main'
# if: github.ref == 'refs/heads/develop' || github.ref == 'refs/heads/staging' || github.ref == 'refs/heads/main'
runs-on: ubuntu-latest
steps:
- name: Set up QEMU
Expand Down

0 comments on commit cd853cc

Please sign in to comment.