Skip to content

Commit

Permalink
ci: fix wrong yarn command
Browse files Browse the repository at this point in the history
  • Loading branch information
sgratzl committed Sep 3, 2021
1 parent 4dd5264 commit 438b6a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -48,7 +48,7 @@ jobs:
restore-keys: |
${{ runner.os }}-yarn2-v4
- run: yarn install
- run: yarn clean
- run: yarn clear
- run: yarn libs
- run: yarn build:examples
- run: yarn test:examples --ci --coverage --maxWorkers=2

0 comments on commit 438b6a5

Please sign in to comment.