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 8fa8820
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .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 @@ -23,8 +23,8 @@ jobs:
java-version: ${{ matrix.java_version }}
cache: sbt

- name: build
run: sbt test
# - name: build
# run: sbt test

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

0 comments on commit 8fa8820

Please sign in to comment.