Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi committed Sep 5, 2024
1 parent cdc0d36 commit fa551c5
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,9 @@ jobs:
millargs: "contrib.__.testCached"

- java-version: 17
millargs: "'example.{javalib,scalalib}.__.local.testCached'"
millargs: "'example.javalib.__.local.testCached'"
- java-version: 17
millargs: "'example.scalalib.__.local.testCached'"
- java-version: 11
millargs: "'example.thirdparty[{mockito,acyclic,commons-io}].local.testCached'"
- java-version: 17
Expand All @@ -88,12 +90,14 @@ jobs:
# Most of these integration tests should not depend on which mode they
# are run in, so just run them in `local`
- java-version: 11
millargs: "'integration.{failure,feature,ide}[_].local.testCached'"
millargs: "'integration.{failure,feature,ide}.__.local.testCached'"

# These invalidation tests need to be exercised in both execution modes
# to make sure they work with and without -i/--no-server being passed
- java-version: 17
millargs: "'integration.invalidation[_].{fork,server}.testCached'"
millargs: "'integration.invalidation.__.fork.testCached'"
- java-version: 17
millargs: "'integration.invalidation.__.server.testCached'"

# Check docsite compiles
- java-version: 11
Expand Down

0 comments on commit fa551c5

Please sign in to comment.