Skip to content

bump docker-gen (#90) #48

bump docker-gen (#90)

bump docker-gen (#90) #48

Workflow file for this run

name: test
on:
push:
branches:
- master
pull_request:
workflow_dispatch:
concurrency:
group: ${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.9'
- name: Run tests
run: |
sh test/setup
# wait for container to start:
sleep 5
sh test/run