Skip to content

Commit

Permalink
[Tests] pre-build the tests, only in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Jun 21, 2024
1 parent 4ce1954 commit 7e1c3b2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ jobs:
with:
range: '>= 0.4'
type: majors
command: npm run tests-only
build-command: npx babel __tests__ --out-dir __tests-built__
command: nyc tape '__tests-built__/**/*.js'

flow:
name: Flow type checking
Expand Down

0 comments on commit 7e1c3b2

Please sign in to comment.