Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fasttime committed Dec 27, 2024
1 parent 415532e commit 76528ad
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 @@ -55,7 +55,7 @@ jobs:
CI: true

test_types:
name: Test Types (${ matrix.package })
name: Test Types (${{ matrix.package }})
runs-on: ubuntu-latest
strategy:
matrix:
Expand All @@ -69,7 +69,7 @@ jobs:
node-version: "lts/*"

- name: npm install and test types
working-directory: packages/${ matrix.package }
working-directory: packages/${{ matrix.package }}
run: |
npm install
npm run build
Expand Down

0 comments on commit 76528ad

Please sign in to comment.