Skip to content

Commit

Permalink
only test LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
Katsute authored Oct 19, 2022
1 parent e3491e7 commit 6210a79
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/mta_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
timeout-minutes: 30
strategy:
matrix:
java: [8, 11, 17, 18]
java: [8, 11, 17]
group: [MTA, Bus, Subway, LIRR, MNR]
fail-fast: false
max-parallel: 1
Expand All @@ -41,12 +41,12 @@ jobs:
run: |
echo ${{ matrix.group }} > src/test/java/resources/TEST_GROUP
- name: ✔ Test with Maven
- name: Test with Maven
continue-on-error: true
run: mvn test -fae --no-transfer-progress

- name: ✔ Generate Report
- name: Generate Report
uses: Katsute/Workflows/actions/java/report@main
with:
token: ${{ secrets.BOT }}
path: .
path: .

0 comments on commit 6210a79

Please sign in to comment.