Skip to content

Commit

Permalink
Run the tests specified in the current branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Bellangelo committed Jun 2, 2024
1 parent 575b75f commit d605231
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/examples-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,7 @@ jobs:
with:
node-version: '20.x'
- name: Install dependencies from main
run: |
git checkout remotes/origin/main -- package.json package-lock.json
npm ci
run: npm ci
- name: Run tests
run: npm run test

0 comments on commit d605231

Please sign in to comment.