Skip to content
This repository has been archived by the owner on Oct 27, 2024. It is now read-only.

Commit

Permalink
t
Browse files Browse the repository at this point in the history
  • Loading branch information
robstoll committed Aug 26, 2024
1 parent 9e03eb1 commit e783858
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: true
matrix:
java_version: [ 11, 17 ]
java_version: [ 11 ]

steps:
- uses: actions/checkout@v3
Expand All @@ -34,6 +34,8 @@ jobs:
else
echo "todo-checker found errors as expected"
fi
- name: ls
run: ls -la
- name: Check no own todos
if: matrix.java_version == 11
uses: tegonal/[email protected]
Expand Down

0 comments on commit e783858

Please sign in to comment.