Skip to content

Commit 45abf68

Browse files
authored
fix(arcgis-rest-js): use test:ci for pr and release tests (#1276)
1 parent 8a83707 commit 45abf68

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,8 @@ jobs:
4444
- name: Build
4545
run: npm run build
4646

47-
- name: Test in Chrome
48-
run: npm run test:chrome:ci
49-
50-
- name: Test in Node
51-
run: npm run test:node
47+
- name: Run Tests
48+
run: npm run test:ci
5249

5350
# If the build and test works, run a release
5451
release:

0 commit comments

Comments
 (0)