Skip to content

Commit

Permalink
feat: set up git action
Browse files Browse the repository at this point in the history
  • Loading branch information
g-chao committed Jan 30, 2024
1 parent ed04e6b commit babb5f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-pnpm-sync-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- run: pnpm --filter pnpm-sync run test

publish-npm:
needs: build
needs: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit babb5f5

Please sign in to comment.