release-action/.github/workflows/test.yml

26 lines
536 B
YAML
Raw Permalink Normal View History

2021-03-27 18:54:08 +00:00
name: Test
2022-02-02 20:12:22 +00:00
on:
push:
workflow_dispatch:
2021-03-27 18:54:08 +00:00
jobs:
test:
name: 'JReleaser ${{ matrix.tag }}, Java ${{ matrix.java }}, ${{ matrix.os }}'
strategy:
fail-fast: false
matrix:
os: [ ubuntu-latest, macos-latest, windows-latest ]
java: [ 11 ]
tag: [ early-access ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
2022-02-02 20:12:22 +00:00
2021-03-27 18:54:08 +00:00
- uses: actions/setup-java@v1
with:
java-version: ${{ matrix.java }}
2022-02-02 20:12:22 +00:00
2021-03-27 18:54:08 +00:00
- uses: ./
with:
2022-02-02 20:12:22 +00:00
arguments: --version