From 723add18c8f32fdce01dff3a20322fbfcd149fc5 Mon Sep 17 00:00:00 2001 From: "David Krause (enthus1ast)" Date: Mon, 10 Mar 2025 10:22:18 +0100 Subject: [PATCH] remove test commands, only install nim --- action.yml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) 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