summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMarkus Pettersson <markus.pettersson@mullvad.net>2025-02-27 11:22:17 +0100
committerMarkus Pettersson <markus.pettersson@mullvad.net>2025-03-05 12:53:57 +0100
commit7875b2cf730467dd8697982d8f850b04a6cc40ee (patch)
tree218c6dc026cd5cee091dc5f6edf4e54e58322f38
parent4406bbcb206246f163da23c9bbe2660507a85ff3 (diff)
downloadmullvadvpn-7875b2cf730467dd8697982d8f850b04a6cc40ee.tar.xz
mullvadvpn-7875b2cf730467dd8697982d8f850b04a6cc40ee.zip
Remove unnecessary desktop e2e workflow step
-rw-r--r--.github/workflows/desktop-e2e.yml7
1 files changed, 0 insertions, 7 deletions
diff --git a/.github/workflows/desktop-e2e.yml b/.github/workflows/desktop-e2e.yml
index e60b71cb40..2eb37d4b42 100644
--- a/.github/workflows/desktop-e2e.yml
+++ b/.github/workflows/desktop-e2e.yml
@@ -267,10 +267,6 @@ jobs:
run: |
chmod +x ${{ github.workspace }}/bin/*
shell: bash
- - name: Check binaries
- run: |
- ls -la ${{ github.workspace }}/bin
- shell: bash
- name: Download App
uses: actions/download-artifact@v4
if: ${{ needs.build-linux-app.result == 'success' }}
@@ -483,9 +479,6 @@ jobs:
- name: chmod binaries
run: |
chmod +x ${{ github.workspace }}/bin/*
- - name: Check binaries
- run: |
- ls -la ${{ github.workspace }}/bin
shell: bash
- name: Generate test result matrix
shell: bash -ieo pipefail {0}