mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-06-01 04:34:50 -04:00
Run robot tests with v5 profile
This commit is contained in:
parent
0d82a1349f
commit
719d1609a8
5
.github/workflows/robot.yml
vendored
5
.github/workflows/robot.yml
vendored
@ -20,8 +20,7 @@ jobs:
|
|||||||
python-version: '3.9'
|
python-version: '3.9'
|
||||||
cache: 'pip'
|
cache: 'pip'
|
||||||
|
|
||||||
- name: Install robot
|
- run: pip install -r requirements.txt
|
||||||
run: pip install -r requirements.txt
|
|
||||||
|
|
||||||
- name: Docker cache
|
- name: Docker cache
|
||||||
uses: satackey/action-docker-layer-caching@v0.0.11
|
uses: satackey/action-docker-layer-caching@v0.0.11
|
||||||
@ -30,7 +29,7 @@ jobs:
|
|||||||
- name: Start the service
|
- name: Start the service
|
||||||
run: |
|
run: |
|
||||||
cp .env.example .env
|
cp .env.example .env
|
||||||
docker compose -f docker-compose.build.yml up -d auth postgres traefik --wait
|
docker compose --profile v5 -f docker-compose.build.yml up -d auth postgres traefik --wait
|
||||||
|
|
||||||
- name: Perform healthchecks
|
- name: Perform healthchecks
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user