Skip to content

2024-06-12-16-25-18 - stop-cicd #41

2024-06-12-16-25-18 - stop-cicd

2024-06-12-16-25-18 - stop-cicd #41

Workflow file for this run

# Note: Uncomment to start CI
# name: CI
# on: [pull_request]
# jobs:
# run-ci-tests:
# runs-on: ubuntu-latest
# steps:
# - name: checkout repo
# uses: actions/checkout@v2
# - name: Spin up containers
# run: make up
# - name: Run CI test
# run: make ci