Integration test #13
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | |