diff options
| author | Markus Pettersson <markus.pettersson@mullvad.net> | 2025-02-27 11:13:45 +0100 |
|---|---|---|
| committer | Markus Pettersson <markus.pettersson@mullvad.net> | 2025-03-05 12:53:28 +0100 |
| commit | acfd8f4867cd000384d0980b462453be5ce1e1da (patch) | |
| tree | 5ad78acc7bf02fe62a3b9d01679a5a230132527c /.github | |
| parent | d507647cef581a84d06e39ead801be78a3f9120e (diff) | |
| download | mullvadvpn-acfd8f4867cd000384d0980b462453be5ce1e1da.tar.xz mullvadvpn-acfd8f4867cd000384d0980b462453be5ce1e1da.zip | |
Fix run correct desktop e2e-script on Windows and macOS
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/desktop-e2e.yml | 4 |
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()' |
