mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-05-03 03:00:14 -04:00
CI: Ensure browser tests are up-to-date (#5396)
This commit is contained in:
5
.github/workflows/continuous-integration.yml
vendored
5
.github/workflows/continuous-integration.yml
vendored
@@ -30,13 +30,12 @@ jobs:
|
||||
- run: node ./bin/cake build:parser
|
||||
# Build the browser compiler for the headless browser test
|
||||
- run: node ./bin/cake build:browser
|
||||
# Build test.html, so that test:browser uses the latest tests
|
||||
- run: node ./bin/cake doc:test
|
||||
|
||||
# Check that the git diff is clean, to ensure that the updated build output was committed
|
||||
- run: git diff --exit-code
|
||||
|
||||
# Build test.html, so that test:browser uses the latest tests
|
||||
- run: node ./bin/cake doc:test
|
||||
|
||||
# Test
|
||||
- run: node ./bin/cake test
|
||||
- run: node ./bin/cake test:browser
|
||||
|
||||
Reference in New Issue
Block a user