diff options
Diffstat (limited to '.github/workflows/linux-eoan-5.12.yml')
-rw-r--r-- | .github/workflows/linux-eoan-5.12.yml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/.github/workflows/linux-eoan-5.12.yml b/.github/workflows/linux-eoan-5.12.yml index 299bc72f1..50c446f91 100644 --- a/.github/workflows/linux-eoan-5.12.yml +++ b/.github/workflows/linux-eoan-5.12.yml @@ -44,9 +44,6 @@ jobs: bash -e -x subsurface/scripts/build.sh -mobile - name: test mobile build - env: - SSRF_USER_EMAIL: ssrftest-u19@hohndel.org - SSRF_USER_PASSWORD: geheim-u19 run: | echo "--------------------------------------------------------------" echo "running tests for mobile" @@ -64,9 +61,6 @@ jobs: bash -e -x subsurface/scripts/build.sh -desktop -build-with-webkit - name: test desktop build - env: - SSRF_USER_EMAIL: ssrftest-u19@hohndel.org - SSRF_USER_PASSWORD: geheim-u19 run: | echo "--------------------------------------------------------------" echo "running tests for desktop" |