ci: use act-compatible image w/ node + python
Some checks failed
ci / test (push) Failing after 1m32s
Some checks failed
ci / test (push) Failing after 1m32s
This commit is contained in:
parent
e3141dc510
commit
a4cacda7c7
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue