Merge pull request #171 from p1nkun1c0rns/dependabot/docker/google/cl… #530
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: "Test" | |
"on": | |
push: | |
branches-ignore: | |
- 'dependabot/*' | |
schedule: | |
- cron: '22 22 * * 5' | |
env: | |
IMAGE: ${{ github.repository }} | |
jobs: | |
test: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Install bats | |
run: sudo apt-get -y install bats > /dev/null | |
- name: Run CI script | |
run: ./tests/run.bats |