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: nim --version
|
||||
- run: nimble --version
|
||||
- run: nimble install
|
||||
- run: nimble test
|
||||
- run: nimble tests
|
||||
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: myBuild
|
||||
path: testRunner
|
||||
# - uses: actions/upload-artifact@v3
|
||||
# with:
|
||||
# name: myBuild
|
||||
# path: testRunner
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue