Skip to content

Commit

Permalink
Make runner in CI workflow configurable
Browse files Browse the repository at this point in the history
  • Loading branch information
acopar committed Jan 16, 2025
1 parent 10056a8 commit 6c8e362
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ env:

jobs:
test:
runs-on: arc-runner
runs-on: public-docker-runner
timeout-minutes: 120

env:
RESOLWE_POSTGRESQL_PORT: 55433
Expand Down Expand Up @@ -113,7 +114,7 @@ jobs:
tox -e ${{ matrix.toxenv }}-partial
build:
runs-on: arc-runner
runs-on: public-docker-runner
needs: test

permissions:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/mypy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ concurrency:
jobs:
type_check:
name: Type check
runs-on: arc-runner
runs-on: public-docker-runner
timeout-minutes: 30

env:
TOX_COMMAND: "tox --skip-missing-interpreters false"
Expand Down

0 comments on commit 6c8e362

Please sign in to comment.