summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows
diff options
context:
space:
mode:
authorMarkus Pettersson <markus.pettersson@mullvad.net>2025-02-27 11:13:45 +0100
committerMarkus Pettersson <markus.pettersson@mullvad.net>2025-03-05 12:53:28 +0100
commitacfd8f4867cd000384d0980b462453be5ce1e1da (patch)
tree5ad78acc7bf02fe62a3b9d01679a5a230132527c /.github/workflows
parentd507647cef581a84d06e39ead801be78a3f9120e (diff)
downloadmullvadvpn-acfd8f4867cd000384d0980b462453be5ce1e1da.tar.xz
mullvadvpn-acfd8f4867cd000384d0980b462453be5ce1e1da.zip
Fix run correct desktop e2e-script on Windows and macOS
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/desktop-e2e.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/desktop-e2e.yml b/.github/workflows/desktop-e2e.yml
index 274107a29b..c292e0fad1 100644
--- a/.github/workflows/desktop-e2e.yml
+++ b/.github/workflows/desktop-e2e.yml
@@ -379,7 +379,7 @@ jobs:
run: |
git fetch --tags --prune-tags --force
export TEST_FILTERS="${{ github.event.inputs.tests }}"
- ./test/scripts/ci-runtests.sh ${{ matrix.os }}
+ ./test/scripts/run/ci.sh ${{ matrix.os }}
- name: Upload test report
uses: actions/upload-artifact@v4
if: '!cancelled()'
@@ -453,7 +453,7 @@ jobs:
run: |
git fetch --tags --prune-tags --force
export TEST_FILTERS="${{ github.event.inputs.tests }}"
- ./test/scripts/ci-runtests.sh ${{ matrix.os }}
+ ./test/scripts/run/ci.sh ${{ matrix.os }}
- name: Upload test report
uses: actions/upload-artifact@v4
if: '!cancelled()'