Skip to content

Commit df61cd7

Browse files
committed
Shifted e2e testing infrastructe caching from Ubuntu job to Windows job
1 parent 327301e commit df61cd7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/remoteBuild.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
outPath: build-${{ matrix.os }}.tar.gz
137137
- name: Archive E2E Infrastructure
138138
uses: a7ul/[email protected]
139-
if: ${{ matrix.os == 'ubuntu-latest' || matrix.os == 'ubuntu-22.04' }}
139+
if: ${{ matrix.os == 'windows-latest' }}
140140
with:
141141
command: c
142142
cwd: tests
@@ -156,7 +156,7 @@ jobs:
156156
path: build-${{ matrix.os }}.tar.gz
157157
- name: Upload E2E Testing Infrastructure Artifact
158158
uses: actions/upload-artifact@v4
159-
if: ${{ matrix.os == 'ubuntu-latest' }}
159+
if: ${{ matrix.os == 'windows-latest' }}
160160
with:
161161
name: e2e-archive
162162
path: e2e.tar.gz
@@ -168,7 +168,7 @@ jobs:
168168
path: res.tar.gz
169169
- name: Upload LICENSE Artifact
170170
uses: actions/upload-artifact@v4
171-
if: ${{ matrix.os == 'ubuntu-latest' }}
171+
if: ${{ matrix.os == 'windows-latest' }}
172172
with:
173173
name: LICENSE
174174
path: LICENSE

0 commit comments

Comments
 (0)