Skip to content

Use v2 version of the shared pipeline #35

Use v2 version of the shared pipeline

Use v2 version of the shared pipeline #35

Workflow file for this run

name: Build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build
run: mvn clean compile
working-directory: ./attestation-aws