mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-23 08:58:33 +00:00
tests - export runner env
This commit is contained in:
parent
c07f85a424
commit
dfc5f2e79e
1 changed files with 2 additions and 0 deletions
2
.github/workflows/dev.yml
vendored
2
.github/workflows/dev.yml
vendored
|
|
@ -367,6 +367,8 @@ jobs:
|
|||
# Prepare tests
|
||||
- name: Install tests dependencies
|
||||
run: pip3 install -r ./tests/requirements.txt
|
||||
- name: Set variables
|
||||
run: cat /opt/.runner_env >> $GITHUB_ENV
|
||||
|
||||
# Run tests
|
||||
- name: Run Docker tests
|
||||
|
|
|
|||
Loading…
Reference in a new issue