Skip to content

Commit

Permalink
Merge pull request #337 from StampyAI/update-test
Browse files Browse the repository at this point in the history
split test steps without duplicate build, fix lock file
  • Loading branch information
Aprillion committed Oct 15, 2023
2 parents 73f96b1 + 4beef90 commit 8586087
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/pr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ jobs:
run: |
npm ci
npm run lint
npm run build
- name: test
run: |
cp wrangler.toml.template wrangler.toml
npm run refresh-test-data
npm run test
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8586087

Please sign in to comment.