Skip to content

further bitset fixes + native test #681

further bitset fixes + native test

further bitset fixes + native test #681

Workflow file for this run

name: build
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
- name: Set up JDK 8
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '8'
cache: 'maven'
- name: Build with Maven
run: mvn -B -V verify -Dmaven.javadoc.skip
- name: Update list of supported operations
if: success() && github.ref == 'refs/heads/master'
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Update list of supported operations