summaryrefslogtreecommitdiffstats
path: root/.github/workflows/linux-eoan-5.12.yml
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2020-04-14 07:00:02 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2020-04-15 07:58:10 -0700
commit162b7a8a3d7ca928a6e4bfe1a187015822e64567 (patch)
tree8f04dbccff10d8f2a78b346fa0bc3224d8ad774f /.github/workflows/linux-eoan-5.12.yml
parent935b28c119b9019a0e0f94b7bf1c1a8d5322973c (diff)
downloadsubsurface-162b7a8a3d7ca928a6e4bfe1a187015822e64567.tar.gz
testing/git-storage: don't override test accounts
We now have a much better way of dealing with the issue of colliding tests inside the test. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to '.github/workflows/linux-eoan-5.12.yml')
-rw-r--r--.github/workflows/linux-eoan-5.12.yml6
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"