Skip to content

Commit

Permalink
Use large GitHub runner (#1)
Browse files Browse the repository at this point in the history
build(runner): change runner groups
  • Loading branch information
parfeon authored May 29, 2024
1 parent 5fbb8ab commit 424d662
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/store-test-reports.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,22 +20,23 @@ on:
jobs:
store-test-reports:
name: Download and store test reports.
runs-on: ubuntu-latest
runs-on:
group: Default
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
# This should be the same as the one specified for on.pull_request.branches
ref: master
- name: Checkout actions
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: pubnub/client-engineering-deployment-tools
ref: v1
token: ${{ secrets.GH_TOKEN }}
path: .github/.release/actions
- name: Checkout specifications
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: pubnub/sdk-specifications
token: ${{ secrets.GH_TOKEN }}
Expand Down

0 comments on commit 424d662

Please sign in to comment.