Skip to content

Commit

Permalink
Remove job type 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Friendseeker committed Oct 22, 2024
1 parent 32e4b7b commit f88f352
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ jobs:
os: [ ubuntu-latest, macos-latest, windows-latest ]
java: [ 8, 11, 17, 21 ]
distribution: [ temurin ]
jobtype: [ 1, 2 ]
exclude:
# Exclude JDK 8 on macOS as GitHub Actions do not support it
- os: macos-latest
Expand All @@ -30,14 +29,8 @@ jobs:
- name: Setup SBT
uses: sbt/setup-sbt@v1
- name: Build and test (1)
if: ${{ matrix.jobtype == 1 }}
shell: bash
run: bin/run-ci.sh
- name: Build and test (2)
if: ${{ matrix.jobtype == 2 }}
shell: bash
run: |
sbt -v -Dfile.encoding=UTF-8 -Dsbt.supershell=never "crossTestBridges" "zincRoot/test" "zincScripted/Test/run"

format-and-benchmark:
timeout-minutes: 25
Expand Down

0 comments on commit f88f352

Please sign in to comment.