Skip to content

2024-06-13-16-28-47 - images #45

2024-06-13-16-28-47 - images

2024-06-13-16-28-47 - images #45

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