Skip to content

Commit

Permalink
change runners
Browse files Browse the repository at this point in the history
  • Loading branch information
fbielejec committed Nov 29, 2024
1 parent f0714a1 commit 6cae279
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/_build-contracts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ on:
jobs:
main:
name: Generate, compile and lint contracts
# runs-on: [self-hosted, Linux, X64, large]
runs-on: ubuntu-20.04
timeout-minutes: 60
runs-on: [self-hosted, Linux, X64, large]
#runs-on: ubuntu-20.04
timeout-minutes: 10

steps:
- name: Checkout source code
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/_ts-sdk-playwright-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ on:
jobs:
build-rust-binary:
name: Build Rust binary
runs-on: ubuntu-22.04
# runs-on: ubuntu-22.04
runs-on: [self-hosted, Linux, X64, large]
timeout-minutes: 10
env:
RUSTC_WRAPPER: sccache
Expand Down Expand Up @@ -57,7 +58,8 @@ jobs:

ts-sdk-playwright-tests:
name: Run shielder-sdk Playwright tests
runs-on: ubuntu-22.04
# runs-on: ubuntu-22.04
runs-on: [self-hosted, Linux, X64, large]
needs: [build-rust-binary]
timeout-minutes: 10
strategy:
Expand Down

0 comments on commit 6cae279

Please sign in to comment.