Skip to content

Test CI

Test CI #2

Workflow file for this run

name: CI
on:
push:
branches: [ro-crate-java] # TODO: change to main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Test
uses: devcontainers/[email protected]
with:
push: never
runCmd: ./mvnw test