Skip to content

Commit

Permalink
Pulling the docker images before executing the tests so that the firs…
Browse files Browse the repository at this point in the history
…t test does not fail in a timeout while waiting on the pulls
  • Loading branch information
c8y3 committed Aug 30, 2023
1 parent a88adb0 commit 4e8d9fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ jobs:
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
docker-compose --project-directory ../runtime pull
PYTHONUNBUFFERED=true python -m unittest --verbose
- name: Package signed .rpm
working-directory: plugin
Expand Down

0 comments on commit 4e8d9fd

Please sign in to comment.