Skip to content

2024-06-13-14-25-19 #43

2024-06-13-14-25-19

2024-06-13-14-25-19 #43

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