Skip to content

Update README and workflows. #17

Update README and workflows.

Update README and workflows. #17

name: main.windows.temurin.lts
on:
push:
branches: [ develop, feature/*, release/* ]
pull_request:
branches: [ develop ]
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- name: JDK
uses: actions/setup-java@v3
with:
java-version: 21
distribution: 'temurin'
- name: Build
run: mvn --errors clean verify site
- name: Upload test logs
uses: actions/upload-artifact@v3
if: always()
with:
name: test-logs
path: ./com.io7m.jfsm.tests/target/surefire-reports