Skip to content

Reverting code changes #20

Reverting code changes

Reverting code changes #20

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