Skip to content

Commit

Permalink
Fix ci.
Browse files Browse the repository at this point in the history
  • Loading branch information
SoraSuegami committed Oct 26, 2023
1 parent 5b5e1d4 commit 7c2414b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
# - name: Install yarn
# run: npm install -g yarn
- name: Install dependencies
run: npm install
run: yarn
- name: Publish binaries
run: npm run upload-binary
run: yarn upload-binary
env:
NODE_PRE_GYP_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
# - name: Install yarn
# run: npm install -g yarn
- name: Install dependencies
run: npm install
run: yarn
# - name: Create build folder
# run: mkdir build
# - name: Run Linters
# run: yarn lint
- name: Run tests
run: npm run test
run: yarn test

0 comments on commit 7c2414b

Please sign in to comment.