mirror of
https://github.com/openzim/zimit.git
synced 2025-12-31 04:23:15 +00:00
Run on self hosted runner
Signed-off-by: benoit74 <benoit74@users.noreply.github.com>
This commit is contained in:
parent
9f2101e541
commit
cb3e6aa079
1 changed files with 2 additions and 2 deletions
4
.github/workflows/DailyTests.yaml
vendored
4
.github/workflows/DailyTests.yaml
vendored
|
|
@ -8,7 +8,7 @@ on:
|
|||
|
||||
jobs:
|
||||
run-daily-tests:
|
||||
runs-on: ubuntu-22.04
|
||||
runs-on: self-hosted
|
||||
|
||||
steps:
|
||||
- name: checkout
|
||||
|
|
@ -31,4 +31,4 @@ jobs:
|
|||
run: docker build -t local-tests-daily tests-daily
|
||||
|
||||
- name: run integration test suite
|
||||
run: docker run -e SKIP_YOUTUBE_TEST="True" -v $PWD/tests-daily/daily.py:/app/daily.py -v $PWD/output:/output local-tests-daily bash -c "cd /app && pytest -v --log-level=INFO --log-format='%(levelname)s - %(message)s' daily.py"
|
||||
run: docker run -v $PWD/tests-daily/daily.py:/app/daily.py -v $PWD/output:/output local-tests-daily bash -c "cd /app && pytest -v --log-level=INFO --log-format='%(levelname)s - %(message)s' daily.py"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue