Skip to content

Commit

Permalink
does a trailing hyphen help somehow?
Browse files Browse the repository at this point in the history
  • Loading branch information
pieter-bos committed Oct 20, 2023
1 parent 24426b5 commit b32b4e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/scalatest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
!**/upstreamAssembly.json
key: vercors-ci-ubuntu-${{ hashFiles('build.sc') }}-${{ hashFiles('src') }}
restore-keys: |
vercors-ci-ubuntu-${{ hashFiles('build.sc') }}
vercors-ci-ubuntu
vercors-ci-ubuntu-${{ hashFiles('build.sc') }}-
vercors-ci-ubuntu-
- name: Compile
run: ./mill -j 0 vercors.allTests.assembly
- name: Upload
Expand Down

0 comments on commit b32b4e5

Please sign in to comment.