Skip to content

Commit d33532d

Browse files
committed
update version of reserve-instance action and add NPM_CONFIG_CACHE var
1 parent 3a11d30 commit d33532d

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/test-e2e.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
- name: Reserve CI instance
124124
if: steps.changed.outputs.skip != 'true'
125125
id: reserve
126-
uses: Platform-OS/ci-repository-reserve-instance-url@0.0.9
126+
uses: Platform-OS/ci-repository-reserve-instance-url@0.1.2
127127
with:
128128
repository-url: ${{ vars.CI_PS_REPOSITORY_URL }}
129129
method: reserve
@@ -184,6 +184,7 @@ jobs:
184184
E2E_TEST_PASSWORD: ${{ secrets.E2E_TEST_PASSWORD }}
185185
MPKIT_EMAIL: ${{ secrets.MPKIT_EMAIL }}
186186
HTML_ATTACHMENTS_BASE_URL: ${{ vars.HTML_ATTACHMENTS_BASE_URL }}
187+
NPM_CONFIG_CACHE: ${{ github.workspace }}/.npm
187188
TEST_REPORT_MPKIT_URL: ${{ vars.TEST_REPORT_MPKIT_URL }}
188189
TEST_REPORT_MPKIT_TOKEN: ${{ secrets.TEST_REPORT_MPKIT_TOKEN }}
189190
HOME: /root
@@ -201,7 +202,7 @@ jobs:
201202
- name: Get reserved instance URL
202203
if: steps.changed.outputs.skip != 'true'
203204
id: get-url
204-
uses: Platform-OS/ci-repository-reserve-instance-url@0.0.9
205+
uses: Platform-OS/ci-repository-reserve-instance-url@0.1.2
205206
with:
206207
repository-url: ${{ vars.CI_PS_REPOSITORY_URL }}
207208
method: get-url
@@ -245,7 +246,7 @@ jobs:
245246
246247
- name: Release CI instance
247248
if: steps.changed.outputs.skip != 'true'
248-
uses: Platform-OS/ci-repository-reserve-instance-url@0.0.9
249+
uses: Platform-OS/ci-repository-reserve-instance-url@0.1.2
249250
with:
250251
method: release
251252
repository-url: ${{ vars.CI_PS_REPOSITORY_URL }}

0 commit comments

Comments
 (0)