Skip to content

Commit

Permalink
update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuki Shimada committed Nov 11, 2023
1 parent 12a6711 commit 9c3a8f1
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,11 @@ jobs:
steps:
- uses: actions/checkout@v2
- run: git submodule update -i
- uses: richard-chim/actions-yarn@v2.3.1
with:
cmd: install
# - uses: richard-chim/actions-yarn@v2.3.1
# with:
# cmd: install
- run: npm install -g yarn
- run: yarn install
- run: npm run build
- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 9c3a8f1

Please sign in to comment.