Skip to content

Commit d605231

Browse files
committed
Run the tests specified in the current branch
1 parent 575b75f commit d605231

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/examples-tests.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,7 @@ jobs:
3131
with:
3232
node-version: '20.x'
3333
- name: Install dependencies from main
34-
run: |
35-
git checkout remotes/origin/main -- package.json package-lock.json
36-
npm ci
34+
run: npm ci
3735
- name: Run tests
3836
run: npm run test
3937

0 commit comments

Comments
 (0)