Skip to content

Commit fcec547

Browse files
Make ganache run in background.
1 parent 2d3f21f commit fcec547

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,9 @@ jobs:
3838
- name: Install ganache
3939
run: npm install ganache --global
4040
- name: Start ganache
41-
run: ganache
41+
run: ganache &
42+
- name: Wait till ganache starts
43+
run: sleep 1
4244
- name: Run local tests
4345
run: swift test --skip-build -c debug --filter localTests
4446
carthage:

Package.resolved

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)