Skip to content

Commit

Permalink
fix flaky e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
SbloodyS committed Jun 18, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent a4a056b commit 1af017a
Showing 3 changed files with 8 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/actions/maximize-build-space
Submodule maximize-build-space added at fc881a
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
@@ -107,7 +107,7 @@ jobs:
RECORDING_PATH: /tmp/recording-${{ matrix.case.name }}
steps:
- name: Maximize runner space
uses: easimon/maximize-build-space@v10
uses: ./.github/actions/maximize-build-space
with:
root-reserve-mb: 512
swap-size-mb: 1024
7 changes: 6 additions & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -17,5 +17,10 @@

[submodule ".github/actions/paths-filter"]
path = .github/actions/paths-filter
url = https://github.com/dorny/paths-filter.git
url = https://github.com/dorny/paths-filter
branch = de90cc6fb38fc0963ad72b210f1f284cd68cea36

[submodule ".github/actions/maximize-build-space"]
path = .github/actions/maximize-build-space
url = https://github.com/easimon/maximize-build-space
branch = fc881a613ad2a34aca9c9624518214ebc21dfc0c

0 comments on commit 1af017a

Please sign in to comment.