Skip to content

Commit

Permalink
updated github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
cmd committed Sep 26, 2023
1 parent 3fc0405 commit bf4c66c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: npm install -g yarn

- name: Install dependencies
run: yarn install --frozen-lockfile
run: yarn install

- name: Run test script
run: yarn test

0 comments on commit bf4c66c

Please sign in to comment.