summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows/desktop-e2e.yml
diff options
context:
space:
mode:
authorOskar <oskar@mullvad.net>2024-11-05 09:37:59 +0100
committerOskar <oskar@mullvad.net>2024-11-14 16:43:37 +0100
commitd7c1f569a8e37a642605358fccb87f2f0257dc13 (patch)
tree9e1d309c5ce8a40cf57d28a5a0afc72c4b75cc24 /.github/workflows/desktop-e2e.yml
parent85df440959e66c3ee6c26cf58661fac68d50585a (diff)
downloadmullvadvpn-d7c1f569a8e37a642605358fccb87f2f0257dc13.tar.xz
mullvadvpn-d7c1f569a8e37a642605358fccb87f2f0257dc13.zip
Update github actions workflows
Diffstat (limited to '.github/workflows/desktop-e2e.yml')
-rw-r--r--.github/workflows/desktop-e2e.yml14
1 files changed, 7 insertions, 7 deletions
diff --git a/.github/workflows/desktop-e2e.yml b/.github/workflows/desktop-e2e.yml
index 76cb144e33..6c1e5c99ee 100644
--- a/.github/workflows/desktop-e2e.yml
+++ b/.github/workflows/desktop-e2e.yml
@@ -130,7 +130,7 @@ jobs:
USE_MOLD: false
run: ./build.sh
- name: Build test executable
- run: ./gui/scripts/build-test-executable.sh
+ run: ./desktop/packages/mullvad-vpn/scripts/build-test-executable.sh
- uses: actions/upload-artifact@v3
if: '!cancelled()'
with:
@@ -191,9 +191,9 @@ jobs:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/setup-node@v4
with:
- node-version-file: gui/package.json
+ node-version-file: desktop/package.json
cache: 'npm'
- cache-dependency-path: gui/package-lock.json
+ cache-dependency-path: desktop/package-lock.json
- name: Install Rust
uses: actions-rs/toolchain@v1.0.6
with:
@@ -209,7 +209,7 @@ jobs:
run: ./build.sh
- name: Build test executable
shell: bash
- run: ./gui/scripts/build-test-executable.sh
+ run: ./desktop/packages/mullvad-vpn/scripts/build-test-executable.sh
- uses: actions/upload-artifact@v3
if: '!cancelled()'
with:
@@ -273,9 +273,9 @@ jobs:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/setup-node@v4
with:
- node-version-file: gui/package.json
+ node-version-file: desktop/package.json
cache: 'npm'
- cache-dependency-path: gui/package-lock.json
+ cache-dependency-path: desktop/package-lock.json
- name: Install Rust
uses: actions-rs/toolchain@v1.0.6
with:
@@ -284,7 +284,7 @@ jobs:
- name: Build app
run: ./build.sh
- name: Build test executable
- run: ./gui/scripts/build-test-executable.sh
+ run: ./desktop/packages/mullvad-vpn/scripts/build-test-executable.sh
- uses: actions/upload-artifact@v3
if: '!cancelled()'
with: