remove test commands, only install nim
This commit is contained in:
parent
85212a2005
commit
723add18c8
1 changed files with 4 additions and 7 deletions
11
action.yml
11
action.yml
|
|
@ -60,12 +60,9 @@ runs:
|
||||||
- run: gcc --version
|
- run: gcc --version
|
||||||
- run: nim --version
|
- run: nim --version
|
||||||
- run: nimble --version
|
- run: nimble --version
|
||||||
- run: nimble install
|
|
||||||
- run: nimble test
|
|
||||||
- run: nimble tests
|
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v3
|
# - uses: actions/upload-artifact@v3
|
||||||
with:
|
# with:
|
||||||
name: myBuild
|
# name: myBuild
|
||||||
path: testRunner
|
# path: testRunner
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue