Skip to content

Commit

Permalink
ci: try using yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Rath committed Dec 26, 2021
1 parent d1fd7eb commit ff1dc6c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/smoke-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,9 @@ jobs:
with:
node-version: 16
- run: |
npm install
npm run build
npm link
npm link eslint-plugin-jest
yarn install
yarn run build
yarn link eslint-plugin-jest
- uses: AriPerkkio/eslint-remote-tester-run-action@v2
with:
issue-title: 'Results of weekly scheduled smoke test'
Expand Down

0 comments on commit ff1dc6c

Please sign in to comment.