Skip to content

Commit

Permalink
do not remove arbitrary tasks named mill
Browse files Browse the repository at this point in the history
  • Loading branch information
pieter-bos committed Oct 22, 2023
1 parent fead9df commit b6c6447
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/scalatest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ jobs:
restore-keys: |
vercors-ci-ubuntu-${{ hashFiles('build.sc') }}
vercors-ci-ubuntu
- name: Setup upterm session
uses: lhotari/action-upterm@v1
- name: Compile
run: ./mill -j 0 vercors.allTests.assembly
- name: Upload
Expand All @@ -43,9 +41,10 @@ jobs:
find out -type d -name upstreamAssembly.dest -print -exec rm -rf {} +
find out -type f -name assembly.json -print -exec rm -rf {} +
find out -type d -name assembly.dest -print -exec rm -rf {} +
find out -type d -name mill -print -exec rm -rf {} +
find out -type d -name mill-launcher -print -exec rm -rf {} +
find out -type d -name "mill-worker-*" -print -exec rm -rf {} +
rm -rf out/mill
rm -rf out/mill-build/mill
rm -rf out/mill-launcher
ScalaTestWindowsBasic:
needs: "Compile"
Expand Down

0 comments on commit b6c6447

Please sign in to comment.