Skip to content

To v0.9.7 - mainly formatting with ruff & use latest c302 with cect #35

To v0.9.7 - mainly formatting with ruff & use latest c302 with cect

To v0.9.7 - mainly formatting with ruff & use latest c302 with cect #35

Workflow file for this run

name: Docker Pull Test
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Run the Docker image
run: |
# Don't build. Will be pulled from Dockerhub when run below
./run.sh
- name: Info on Docker images
run: |
docker -v
docker images
- name: Run the Docker image - no c302
run: |
# Shouldn't need to pull again.
./stop.sh
./run-quick.sh
- name: Info on Docker images
run: |
docker -v
docker images
- name: Info on generated files
run: |
ls -alth
ls -alth output
ls -alth output/*
more output/*