Skip to content

Commit

Permalink
(WIP)
Browse files Browse the repository at this point in the history
  • Loading branch information
Godin committed Aug 23, 2023
1 parent 9cef266 commit cb2e0d2
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
on:
- push
- pull_request
jobs:
test:
strategy:
fail-fast: false
matrix:
include:
- jdk: 17
- jdk: 21
name: JDK ${{ matrix.jdk }}
runs-on: ubuntu-latest
steps:
- run: echo OK
# see https://github.com/orgs/community/discussions/4324
test2:
needs: test
runs-on: ubuntu-latest
steps:
- run: echo OK

0 comments on commit cb2e0d2

Please sign in to comment.