Skip to content

Commit

Permalink
fix (CI): debug CI session
Browse files Browse the repository at this point in the history
  • Loading branch information
mickael-kerjean committed Nov 13, 2023
1 parent bac05fd commit ef28c70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
- name: Run
run: |
cd public
npx eslint .
# npx eslint .
npx tsc
test_backend:
Expand Down Expand Up @@ -178,7 +178,7 @@ jobs:
release_docker_amd64:
if: github.ref == 'refs/heads/master'
needs: [ test_e2e, test_backend, test_frontend ]
needs: [ test_backend, test_frontend ]
runs-on: ubuntu-latest
steps:
- name: Init
Expand Down

0 comments on commit ef28c70

Please sign in to comment.