Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
abenso committed Sep 11, 2024
1 parent 2038469 commit e9c0fb2
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,12 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 18
- name: Install yarn
- name: Install specific yarn version
run: |
npm install -g yarn
npm install -g [email protected]
- name: Clear yarn cache
run: |
yarn cache clean
- name: Build and run zemu tests
run: |
make test_all
Expand Down

0 comments on commit e9c0fb2

Please sign in to comment.