Skip to content

Commit 72ebf68

Browse files
committed
feat(UItest): clean up runner step added to cluster UI test workflow
actions/runner-images#2840 (comment) Signed-off-by: Martin Szuc <[email protected]>
1 parent fa2fb1b commit 72ebf68

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/cluster_integration_ui_tests.yml

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ jobs:
88
cluster-integration-ui-tests:
99
runs-on: ubuntu-latest
1010
steps:
11+
- name: Create more disk space
12+
run: sudo rm -rf /usr/share/dotnet && sudo rm -rf /opt/ghc && sudo rm -rf "/usr/local/share/boost" && sudo rm -rf "$AGENT_TOOLSDIRECTORY"
1113
- uses: actions/checkout@v4
1214
- name: Set up JDK 17
1315
uses: actions/setup-java@v4

.github/workflows/no_context_integration_ui_tests.yml

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ jobs:
88
no-context-integration-ui-tests:
99
runs-on: ubuntu-latest
1010
steps:
11+
- name: Create more disk space
12+
run: sudo rm -rf /usr/share/dotnet && sudo rm -rf /opt/ghc && sudo rm -rf "/usr/local/share/boost" && sudo rm -rf "$AGENT_TOOLSDIRECTORY"
1113
- uses: actions/checkout@v4
1214
- name: Set up JDK 17
1315
uses: actions/setup-java@v4

0 commit comments

Comments
 (0)