Skip to content

Commit 478be86

Browse files
Run on self-hosted runner instead
1 parent a4ee6c6 commit 478be86

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

.github/workflows/desktop-e2e.yml

+5-11
Original file line numberDiff line numberDiff line change
@@ -130,23 +130,17 @@ jobs:
130130
test-framework-linux:
131131
name: Pre-compile test framework
132132
needs: prepare-linux
133-
runs-on: ubuntu-latest
134-
container:
135-
image: ${{ needs.prepare-linux.outputs.container_image }}
133+
runs-on: [self-hosted, desktop-test, Linux]
136134
continue-on-error: true
137135
steps:
138-
# Fix for HOME path overridden by GH runners when building in containers, see:
139-
# https://github.com/actions/runner/issues/863
140-
- name: Fix HOME path
141-
run: echo "HOME=/root" >> $GITHUB_ENV
142136
- name: Checkout repository
143137
uses: actions/checkout@v4
144-
- name: Setup Docker
145-
uses: crazy-max/ghaction-setup-docker@v3
138+
# - name: Setup Docker
139+
# uses: crazy-max/ghaction-setup-docker@v3
146140
- name: Build test framework
147141
working-directory: test
148-
env:
149-
CONTAINER_RUNNER: docker
142+
# env:
143+
# CONTAINER_RUNNER: docker
150144
run: ./scripts/container-run.sh ./scripts/build.sh
151145
- uses: actions/upload-artifact@v3
152146
with:

0 commit comments

Comments
 (0)