Skip to content

Use the devcontainer for the github action #1

Use the devcontainer for the github action

Use the devcontainer for the github action #1

Workflow file for this run

name: 'build'
on: # rebuild any PRs and main branch changes
pull_request:
push:
branches:
- main
- benchmarking
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout (GitHub)
uses: actions/checkout@v3
- name: Build and run dev container task
uses: devcontainers/[email protected]
with:
# Change this to be your CI task/script
runCmd: mvn --batch-mode --update-snapshots test