Skip to content

Commit

Permalink
moving the playground precommit check workflow to selfhosted runners
Browse files Browse the repository at this point in the history
  • Loading branch information
volatilemolotov committed May 31, 2024
1 parent 6b503fd commit 8a3445e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/playground_backend_precommit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ env:
jobs:
precommit_check:
name: precommit-check
runs-on: ubuntu-latest
runs-on: [self-hosted, ubuntu-20.04, highmem]
env:
DATASTORE_EMULATOR_VERSION: '423.0.0'
PYTHON_VERSION: '3.8'
Expand Down Expand Up @@ -64,4 +64,4 @@ jobs:
install_components: 'beta,cloud-datastore-emulator'
version: '${{ env.DATASTORE_EMULATOR_VERSION }}'
- name: Run PreCommit
run: ./gradlew playground:backend:precommit
run: ./gradlew playground:backend:precommit --info

0 comments on commit 8a3445e

Please sign in to comment.