Skip to content

Commit 8fa2f87

Browse files
committed
run both node.js and d8 tests
Change-Id: I01170c1f136f96e496e97be7901e02c95d27a089
1 parent 603e8ea commit 8fa2f87

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/swift.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: build
1+
name: build_test
22

33
on:
44
push:
@@ -7,7 +7,7 @@ on:
77
branches: [ main ]
88

99
jobs:
10-
build:
10+
build_test:
1111
timeout-minutes: 30
1212
strategy:
1313
matrix:
@@ -27,8 +27,8 @@ jobs:
2727
- uses: actions/checkout@v2
2828
- name: Build
2929
run: swift build -v
30-
# - name: Run tests with Node.js
31-
# run: swift test -v
30+
- name: Run tests with Node.js
31+
run: swift test -v
3232
- name: Install jsvu
3333
run: npm install jsvu -g
3434
- name: Install d8

0 commit comments

Comments
 (0)