Skip to content

Create terraform.yml #1

Create terraform.yml

Create terraform.yml #1

name: PR CI
on:
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: mvn clean test