maint(deps): bump the k8s-dependencies group across 1 directory with 2 updates #639
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: Pull Request | |
on: | |
pull_request: | |
jobs: | |
build-and-test: | |
runs-on: ubuntu-22.04 | |
steps: | |
- name: Checkout Repo | |
uses: actions/[email protected] | |
- name: Run tests | |
run: make docker-test | |
- name: Setup BATS | |
uses: mig4/setup-bats@v1 | |
- name: Run smoke tests | |
run: make smoke | |
- name: Spin down smokers | |
run: make unsmoke |