Skip to content

Commit 2d3f21f

Browse files
Update ganache github pipeline.
1 parent 91065b3 commit 2d3f21f

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,14 @@ jobs:
3333
run: swift package resolve
3434
- name: Build
3535
run: swift build --build-tests
36-
# - name: Run local tests
37-
# run: swift test --skip-build -c debug --filter localTests
38-
# - name: Run remote tests
39-
# run: swift test --skip-build -c debug --filter remoteTests
36+
# No need to run tests more than once, but this should be run in Carghage part
37+
# since it could lost some files in project.
38+
- name: Install ganache
39+
run: npm install ganache --global
40+
- name: Start ganache
41+
run: ganache
42+
- name: Run local tests
43+
run: swift test --skip-build -c debug --filter localTests
4044
carthage:
4145
name: Carthage
4246
runs-on: macOS-11

0 commit comments

Comments
 (0)