We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 671145b commit eb078dfCopy full SHA for eb078df
1 file changed
.github/workflows/ci.yml
@@ -3,13 +3,15 @@ on:
3
push:
4
branches:
5
- master
6
+ - test-nimble
7
pull_request:
8
workflow_dispatch:
9
10
jobs:
11
build:
12
uses: status-im/nimbus-common-workflow/.github/workflows/common.yml@main
13
with:
14
+ nimble-version: 08be587ad79f1692d5adcb03ce0a13dfda5d8818
15
test-command: |
16
nimble --useSystemNim install -y --depsOnly toml_serialization json_serialization unittest2
17
nimble list --installed --version
0 commit comments