Skip to content

Integration test

Integration test #23

Workflow file for this run

name: "Integration test"
on: # rebuild any PRs and main branch changes
schedule:
- cron: '0 12 * * 1'
push:
branches:
- 'release/*'
jobs:
build: # make sure build/ci work properly
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: "Install goss & co"
uses: e1himself/goss-installation-action@v1
- name: "Validate installed tools"
run: goss validate