Skip to content

Commit 873d577

Browse files
committed
ci: add network tuning to fix GitHub Actions E2E config test failures
1 parent bd355c5 commit 873d577

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test-e2e-config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ jobs:
3232
- name: Checkout repository
3333
uses: actions/checkout@v4
3434

35+
- name: Tune GitHub hosted runner network
36+
uses: smorimoto/tune-github-hosted-runner-network@v1
37+
3538
- name: Setup Rust toolchain
3639
uses: dtolnay/rust-toolchain@stable
3740
with:

0 commit comments

Comments
 (0)