Skip to content

Commit

Permalink
Fix goth tests so they run on newest ubuntu machines and python3.12 (#…
Browse files Browse the repository at this point in the history
…3353)

* Get rid of github warning

* Update python version to 3.12

* Bigger timeouts in nginx
  • Loading branch information
scx1332 authored Jan 16, 2025
1 parent 3d58409 commit 564eccf
Show file tree
Hide file tree
Showing 3 changed files with 796 additions and 651 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
multi-payment-test:
name: Multi-payment test
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
needs: build
steps:
- name: Checkout
Expand Down Expand Up @@ -143,7 +143,7 @@ jobs:
integration-test-groups:
name: T
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
needs: build
timeout-minutes: 15
strategy:
Expand Down Expand Up @@ -220,7 +220,7 @@ jobs:

integration-test:
name: Integration Tests (hybrid-net)
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
needs: [ integration-test-groups ]
steps:
- name: Check status
Expand Down
Loading

0 comments on commit 564eccf

Please sign in to comment.