Skip to content

Commit

Permalink
tried updating github actions 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Rojods committed Sep 11, 2023
1 parent a48d8e0 commit a678b39
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ concurrency:
cancel-in-progress: true

jobs:
test-scala-build:
test-scala-build-on-linux:
strategy:
matrix:
jdk: [temurin@17, amazon-corretto@17, zulu@17, microsoft@17]
Expand All @@ -32,7 +32,7 @@ jobs:
chmod +x ./cs
./cs setup --yes
sbt publishModules
test-java-build:
test-java-build-on-linux:
strategy:
matrix:
jdk: [temurin@17, amazon-corretto@17, zulu@17, microsoft@17]
Expand All @@ -47,7 +47,7 @@ jobs:
jabba install ${{ matrix.jdk }}
jabba alias default ${{ matrix.jdk }}
./gradlew publishModules
test-rust-build:
test-rust-build-on-linux:
strategy:
matrix:
target: [x86_64-unknown-linux-musl, x86_64-pc-windows-gnu]
Expand Down

0 comments on commit a678b39

Please sign in to comment.