Skip to content

Add manual run

Add manual run #1

Workflow file for this run

name: Test openssl32
on:
push:
branches: [ main ]
workflow_dispatch:
jobs:
container-test-job:
runs-on: ubuntu-latest
container:
image: registry.gitlab.com/danigm/opensuse-openssl32-container
steps:
- name: Clone cheroot
run: git clone https://github.com/cherrypy/cheroot
- name: Run tox
run: tox
working-directory: ./cheroot