Skip to content
This repository has been archived by the owner on May 11, 2024. It is now read-only.

Commit

Permalink
feat: update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtaikocha committed May 6, 2024
1 parent 9742efb commit a273e17
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ jobs:
- name: Install protocol dependencies
working-directory: ${{ env.TAIKO_MONO_DIR }}
run: yarn global add pnpm && cd ./packages/protocol && pnpm install
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Test
working-directory: ${{ env.CLIENT_DIR }}
Expand Down

0 comments on commit a273e17

Please sign in to comment.