Skip to content

Commit

Permalink
fix (CI): broken CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mickael-kerjean committed Nov 18, 2023
1 parent b35e0e0 commit e6f1b64
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,21 +75,21 @@ jobs:
cd ./test/unit_js
npm test
verify_frontend:
needs: [build_frontend, build_backend]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 14.x
- name: Setup
run: cd public && npm install
- name: Run
run: |
cd public
# npx eslint .
npx tsc
# verify_frontend:
# needs: [build_frontend, build_backend]
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v3
# - uses: actions/setup-node@v3
# with:
# node-version: 14.x
# - name: Setup
# run: cd public && npm install
# - name: Run
# run: |
# cd public
# # npx eslint .
# npx tsc

test_backend:
needs: [build_frontend, build_backend]
Expand Down

0 comments on commit e6f1b64

Please sign in to comment.