ci: use act-compatible image w/ node + python
Some checks failed
ci / test (push) Failing after 1m32s

This commit is contained in:
russell 2026-06-22 09:36:23 -04:00
parent e3141dc510
commit a4cacda7c7
No known key found for this signature in database

View file

@ -5,11 +5,11 @@ on:
jobs:
test:
runs-on: [self-hosted, linux, docker]
container: python:3.11
container: catthehacker/ubuntu:act-22.04
steps:
- name: checkout
uses: actions/checkout@v4
- name: install make
run: apt-get update -qq && apt-get install -y -qq --no-install-recommends make
- name: setup python venv prereq
run: apt-get update -qq && apt-get install -y -qq python3-venv
- name: test
run: make test