Skip to content

Commit

Permalink
try with java
Browse files Browse the repository at this point in the history
  • Loading branch information
johnlayton committed Jul 20, 2021
1 parent 1d287c6 commit 9fee9d4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,16 @@ jobs:
runs-on: ${{ matrix.os }}

steps:
- name: Set up JDK 11
uses: actions/setup-java@v2
with:
java-version: '11'
distribution: 'adopt'
- name: asdf_plugin_test
uses: asdf-vm/actions/plugin-test@v1
with:
version: ${{ matrix.ver }}
command: batect --help
command: batect --version --no-telemetry
env:
GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 9fee9d4

Please sign in to comment.