Skip to content

Commit

Permalink
Run on arc
Browse files Browse the repository at this point in the history
  • Loading branch information
nambrot committed Nov 24, 2023
1 parent fe58f96 commit 9637a43
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ env:

jobs:
yarn-install:
runs-on: larger-runner
runs-on: arc-runner-set
steps:
- uses: actions/checkout@v3
with:
Expand All @@ -39,7 +39,7 @@ jobs:
fi
yarn-build:
runs-on: larger-runner
runs-on: arc-runner-set
needs: [yarn-install]
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
run: yarn build

lint-prettier:
runs-on: larger-runner
runs-on: arc-runner-set
needs: [yarn-install]
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
fi
test:
runs-on: larger-runner
runs-on: arc-runner-set
needs: [yarn-build]
steps:
- uses: actions/checkout@v3
Expand All @@ -117,7 +117,7 @@ jobs:
run: yarn test

test-cli:
runs-on: larger-runner
runs-on: arc-runner-set
needs: [yarn-build]
steps:
- uses: actions/checkout@v3
Expand All @@ -136,7 +136,7 @@ jobs:
run: ./typescript/cli/ci-test.sh

test-env:
runs-on: larger-runner
runs-on: arc-runner-set
needs: [yarn-build]
strategy:
matrix:
Expand All @@ -157,7 +157,7 @@ jobs:
run: cd typescript/infra && ./fork.sh ${{ matrix.environment }} ${{ matrix.module }}

coverage:
runs-on: larger-runner
runs-on: arc-runner-set
needs: [yarn-build]

steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ defaults:

jobs:
test-rs:
runs-on: larger-runner
runs-on: arc-runner-set

steps:
- uses: actions/checkout@v3
Expand All @@ -51,7 +51,7 @@ jobs:
run: cargo test

lint-rs:
runs-on: larger-runner
runs-on: arc-runner-set

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 9637a43

Please sign in to comment.