Skip to content

Commit

Permalink
fix ci workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
Anand Gorantala committed Aug 15, 2024
1 parent 4b67fe7 commit c017cd4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@ jobs:
node-version: '20'

- name: Install dependencies
working-directory: ./examples/${{ example.project }}
working-directory: ./examples/${{ matrix.example }}
run: npm install

- name:
Verify the integrity of provenance attestations and registry signatures for installed
dependencies
working-directory: ./examples/${{ example.project }}
working-directory: ./examples/${{ matrix.example }}
run: npm audit signatures

- name: Build
working-directory: ./examples/${{ example.project }}
working-directory: ./examples/${{ matrix.example }}
run: npm run build

0 comments on commit c017cd4

Please sign in to comment.