Skip to content

Commit

Permalink
fix ci, take 2
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelcolvin committed Dec 5, 2023
1 parent a678e90 commit bb51198
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
file: ./coverage.xml
env_vars: PYTHON,OS

packages-build:
npm-build:
runs-on: ubuntu-latest

steps:
Expand All @@ -81,11 +81,11 @@ jobs:

- run: npm install
- run: npm run build
- run: tree packages
- run: tree src

check: # This job does nothing and is only used for the branch protection
if: always()
needs: [lint, packages-build]
needs: [lint, npm-build]
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit bb51198

Please sign in to comment.