Skip to content

Commit

Permalink
Merge pull request #19 from ZackDeRose/patch-2
Browse files Browse the repository at this point in the history
remove base option from ci.yml
  • Loading branch information
crutchcorn authored Sep 1, 2023
2 parents beaa6d5 + b6ad6b9 commit 62f2c5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Run Tests
uses: nick-fields/[email protected]
with:
command: pnpm run test:ci --base=${{ github.event.before }}
command: pnpm run test:ci
timeout_minutes: 10
max_attempts: 3
- name: Publish
Expand Down

0 comments on commit 62f2c5c

Please sign in to comment.