Free up CI runner disk space before running UI tests.
This commit is contained in:
committed by
Stefan Ceriu
parent
1991bda2ab
commit
34a5ac0a08
3
.github/workflows/ui_tests.yml
vendored
3
.github/workflows/ui_tests.yml
vendored
@@ -30,6 +30,9 @@ jobs:
|
||||
restore-keys: |
|
||||
${{ runner.os }}-gems-
|
||||
|
||||
- name: Free disk space
|
||||
run: ci_scripts/free_space.sh
|
||||
|
||||
- name: Setup environment
|
||||
run: source ci_scripts/ci_common.sh && setup_github_actions_environment
|
||||
|
||||
|
||||
Reference in New Issue
Block a user