Skip to content

Commit a02d214

Browse files
committed
revert blocked change to test.yml
1 parent fb277d5 commit a02d214

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,6 @@ jobs:
6868
exit 1
6969
fi
7070
npm test
71-
- name: Test browser build
72-
run: node tests/browser-asc
7371
test-windows:
7472
name: "Compiler (Windows, node current)"
7573
runs-on: windows-latest
@@ -89,8 +87,6 @@ jobs:
8987
run: npm run build
9088
- name: Test distribution
9189
run: npm test
92-
- name: Test browser build
93-
run: node tests/browser-asc
9490
test-macos:
9591
name: "Compiler (MacOS, node current)"
9692
runs-on: macos-latest
@@ -110,8 +106,6 @@ jobs:
110106
run: npm run build
111107
- name: Test distribution
112108
run: npm test
113-
- name: Test browser build
114-
run: node tests/browser-asc
115109
test-features:
116110
name: "Features"
117111
runs-on: ubuntu-latest
@@ -121,7 +115,8 @@ jobs:
121115
- uses: dcodeIO/setup-node-nvm@master
122116
with:
123117
node-mirror: https://nodejs.org/download/v8-canary/
124-
node-version: "15.0.0-v8-canary202007077c53168ead"
118+
# FIXME: newer node-v8 builds are currently broken
119+
node-version: "14.0.0-v8-canary201911242015a12d82"
125120
- name: Install dependencies
126121
run: npm ci --no-audit
127122
- name: Clean distribution files

0 commit comments

Comments
 (0)