Skip to content

Commit 03149dd

Browse files
committed
Try skipping in tests
1 parent 9571d28 commit 03149dd

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.github/workflows/integration.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,24 +46,28 @@ jobs:
4646
uses: './'
4747
with:
4848
skip_install: true
49+
skip_tool_cache: true
4950

5051
# Constraint installation
5152
- name: 'Install constraint'
5253
uses: './'
5354
with:
5455
version: '>= 1.0.0'
56+
skip_tool_cache: true
5557

5658
# Default installation
5759
- name: 'Install version'
5860
uses: './'
5961
with:
6062
version: '374.0.0'
63+
skip_tool_cache: true
6164

6265
# Latest installation
6366
- name: 'Install latest'
6467
uses: './'
6568
with:
6669
version: 'latest'
70+
skip_tool_cache: true
6771

6872
# By default, there is no configuration
6973
- name: 'Check defaults'
@@ -77,6 +81,7 @@ jobs:
7781
uses: './'
7882
with:
7983
install_components: 'cloud-run-proxy'
84+
skip_tool_cache: true
8085

8186
- name: 'Check components'
8287
run: 'npm run integration'
@@ -88,6 +93,7 @@ jobs:
8893
uses: './'
8994
with:
9095
project_id: '${{ vars.PROJECT_ID }}'
96+
skip_tool_cache: true
9197

9298
- name: 'Check project ID'
9399
run: 'npm run integration'
@@ -103,6 +109,8 @@ jobs:
103109

104110
- name: 'Setup gcloud with WIF'
105111
uses: './'
112+
with:
113+
skip_tool_cache: true
106114

107115
- name: 'Check WIF authentication'
108116
run: 'npm run integration'
@@ -118,6 +126,8 @@ jobs:
118126

119127
- name: 'Setup gcloud with SAKE'
120128
uses: './'
129+
with:
130+
skip_tool_cache: true
121131

122132
- name: 'Check SAKE authentication'
123133
run: 'npm run integration'

0 commit comments

Comments
 (0)