Bump google/cloud-sdk from 466.0.0-slim to 467.0.0-slim #495
Workflow file for this run
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 |