Skip to content

fix github actions

fix github actions #2

Workflow file for this run

name: Test
on:
push:
branches:
- '*'
tags:
- '**'
pull_request:
branches: [ master ]
jobs:
test:
steps:

Check failure on line 14 in .github/workflows/tests.yml

View workflow run for this annotation

GitHub Actions / Test

Invalid workflow file

The workflow is not valid. .github/workflows/tests.yml (Line: 14, Col: 5): Required property is missing: runs-on
- uses: actions/checkout@v4
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
java-version: '21'
distribution: 'temurin'
cache: maven
- name: Maven verify
run: mvn --batch-mode --update-snapshot verify