Skip to content

Commit

Permalink
fix: GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Anadian committed Feb 11, 2024
1 parent 586ae99 commit 9b2f398
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -40,7 +40,7 @@ jobs:
with:
version: '8'
- run: pnpm install
- run: pnpm ci
- run: pnpm run-ci
- uses: coverallsapp/github-action@master
with:
github-token: ${{secrets.GITHUB_TOKEN}}
Expand Down
2 changes: 1 addition & 1 deletion ci/github-actions.hjson
Expand Up @@ -56,7 +56,7 @@
run: 'pnpm install'
},
{
run: 'pnpm ci'
run: 'pnpm run-ci'
},
{
uses: 'coverallsapp/github-action@master',
Expand Down

0 comments on commit 9b2f398

Please sign in to comment.