Skip to content

testing gh action

testing gh action #13

Workflow file for this run

name: Integration tests
on:
push:
branches:
- "main"
pull_request:
branches:
- "main"
- "**" # every single branch
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: install tools and set up env vars
run: |
chmod +x ./scripts/install.sh
./scripts/install.sh
chmod +x ./scripts/set-env-vars.sh
. ./scripts/set-env-vars.sh
- name: apply resources and verify
run: |
chmod +x ./scripts/verify.sh
./scripts/verify.sh