Skip to content

Commit

Permalink
Run on self hosted runner
Browse files Browse the repository at this point in the history
Signed-off-by: benoit74 <[email protected]>
  • Loading branch information
benoit74 committed Oct 28, 2024
1 parent 9f2101e commit cb3e6aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/DailyTests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
run-daily-tests:
runs-on: ubuntu-22.04
runs-on: self-hosted

steps:
- name: checkout
Expand All @@ -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"

0 comments on commit cb3e6aa

Please sign in to comment.