From 1d0034c604102d80228264144aa50c16627ee168 Mon Sep 17 00:00:00 2001 From: "Jurgen J. Vinju" Date: Tue, 14 May 2024 21:20:39 +0200 Subject: [PATCH] removed net command experiment --- .github/workflows/build.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index b37cf74522c..57296457eb0 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -133,11 +133,6 @@ jobs: # single quotes to help windows deal with argument splitting run: mvn -B '-Drascal.compile.skip' '-Drascal.tutor.skip' '-Drascal.test.memory=3' test - - name: Little experiment - if: runner.os == 'Windows' - run: | - net share - - uses: codecov/codecov-action@v3 continue-on-error: true # sometimes this one fails, that shouldn't stop a build with: