Fuck forgejo actions
This commit is contained in:
parent
c0d8069097
commit
33631f4f2d
1 changed files with 3 additions and 3 deletions
|
@ -7,16 +7,16 @@ jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container:
|
container:
|
||||||
image: docker.io/node:20-bookworm
|
image: ghcr.io/catthehacker/ubuntu:act-22.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: actions/setup-python@v5
|
- uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: '3.x'
|
python-version: '3.11'
|
||||||
cache: 'pip'
|
cache: 'pip'
|
||||||
- name: Install needed python modules
|
- name: Install needed python modules
|
||||||
working-directory: core
|
working-directory: core
|
||||||
run: cd core && pip install -r requirements.prod.txt
|
run: cd core && pip3 install -r requirements.prod.txt
|
||||||
- name: Run django tests
|
- name: Run django tests
|
||||||
working-directory: core
|
working-directory: core
|
||||||
run: python3 -m manage.py test
|
run: python3 -m manage.py test
|
||||||
|
|
Loading…
Reference in a new issue