Skip to content

Commit 2f2f166

Browse files
authored
run nimble setup before the tests
1 parent ae36f7b commit 2f2f166

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,6 @@ jobs:
1111
uses: status-im/nimbus-common-workflow/.github/workflows/common.yml@nimblecommit
1212
with:
1313
nimble-version: 4b1112318d06f9a331ed30a94d61685dad423203
14+
test-command: |
15+
nimble setup -y
16+
nimble test

0 commit comments

Comments
 (0)