Skip to content

Commit

Permalink
removed net command experiment
Browse files Browse the repository at this point in the history
  • Loading branch information
jurgenvinju committed May 14, 2024
1 parent b858f18 commit 1d0034c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 1d0034c

Please sign in to comment.