Skip to content

Commit

Permalink
ci: introduce geertvdc/setup-hub
Browse files Browse the repository at this point in the history
We needed this because the utilit is no longer shipped by default in official runners.

actions/runner-images#8362
  • Loading branch information
adrians5j committed Oct 6, 2023
1 parent d512ba4 commit 9a9af7e
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/pullRequestsCommandCypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ jobs:
with:
node-version: 16

- uses: geertvdc/setup-hub@master

- uses: actions/checkout@v3

- name: Checkout Pull Request
Expand Down Expand Up @@ -82,6 +84,8 @@ jobs:
with:
node-version: 16

- uses: geertvdc/setup-hub@master

- uses: actions/checkout@v3
with:
path: dev
Expand Down Expand Up @@ -234,6 +238,12 @@ jobs:
WEBINY_PULUMI_BACKEND: ${{ secrets.WEBINY_PULUMI_BACKEND }}${{ needs.e2e-wby-cms-ddb-init.outputs.ts }}_ddb
YARN_ENABLE_IMMUTABLE_INSTALLS: false
steps:
- uses: actions/setup-node@v3
with:
node-version: 16

- uses: geertvdc/setup-hub@master

- uses: actions/checkout@v3
with:
path: dev
Expand Down Expand Up @@ -284,6 +294,8 @@ jobs:
with:
node-version: 16

- uses: geertvdc/setup-hub@master

- uses: actions/checkout@v3

- name: Checkout Pull Request
Expand Down Expand Up @@ -327,6 +339,8 @@ jobs:
with:
node-version: 16

- uses: geertvdc/setup-hub@master

- uses: actions/checkout@v3
with:
path: dev
Expand Down Expand Up @@ -482,6 +496,12 @@ jobs:
WEBINY_PULUMI_BACKEND: ${{ secrets.WEBINY_PULUMI_BACKEND }}${{ needs.e2e-wby-cms-ddb-es-init.outputs.ts }}_ddb-es
YARN_ENABLE_IMMUTABLE_INSTALLS: false
steps:
- uses: actions/setup-node@v3
with:
node-version: 16

- uses: geertvdc/setup-hub@master

- uses: actions/checkout@v3
with:
path: dev
Expand Down

0 comments on commit 9a9af7e

Please sign in to comment.