Skip to content

Commit

Permalink
Update ci.yml to use premium runner
Browse files Browse the repository at this point in the history
  • Loading branch information
jstvz committed Jun 20, 2022
1 parent 1fe3c52 commit 42bf8cc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:
jobs:
test:
name: "Python ${{ matrix.python-version }}"
runs-on: ubuntu-latest
runs-on: sfdc-ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10"]
Expand Down Expand Up @@ -40,7 +40,7 @@ jobs:
with_cci:
name: With CumulusCI
runs-on: ubuntu-latest
runs-on: sfdc-ubuntu-latest
steps:
- uses: "actions/checkout@v2"
- uses: "actions/setup-python@v1"
Expand All @@ -59,7 +59,7 @@ jobs:

faker_docs:
name: Faker Docs
runs-on: ubuntu-latest
runs-on: sfdc-ubuntu-latest
steps:
- uses: "actions/checkout@v2"
- uses: "actions/setup-python@v1"
Expand All @@ -78,7 +78,7 @@ jobs:

pip:
name: "Install from Pip ${{ matrix.python-version }}"
runs-on: ubuntu-latest
runs-on: sfdc-ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.10"]
Expand Down Expand Up @@ -125,6 +125,6 @@ jobs:
coveralls_done:
name: Finalize coveralls
needs: [test]
runs-on: ubuntu-latest
runs-on: sfdc-ubuntu-latest
steps:
- run: curl -k https://coveralls.io/webhook?repo_token=$COVERALLS_REPO_TOKEN -d "payload[build_num]=$GITHUB_SHA&payload[status]=done"

0 comments on commit 42bf8cc

Please sign in to comment.