diff --git a/action.yml b/action.yml index 52e0bca..3a97256 100644 --- a/action.yml +++ b/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