Skip to content

chore(deps): bump github.com/spf13/cobra from 1.8.0 to 1.8.1 #13

chore(deps): bump github.com/spf13/cobra from 1.8.0 to 1.8.1

chore(deps): bump github.com/spf13/cobra from 1.8.0 to 1.8.1 #13

Workflow file for this run

name: Run Containerized Tests on PR to Main
on:
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
# ctest command builds the test container before running tests on the container
- name: Run tests
run: make ctest