mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
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>
This commit is contained in:
parent
935b28c119
commit
162b7a8a3d
3 changed files with 0 additions and 15 deletions
3
.github/workflows/linux-bionic-5.9.yml
vendored
3
.github/workflows/linux-bionic-5.9.yml
vendored
|
@ -37,9 +37,6 @@ jobs:
|
|||
bash -x subsurface/scripts/build.sh -desktop -build-with-webkit
|
||||
|
||||
- name: test desktop build
|
||||
env:
|
||||
SSRF_USER_EMAIL: ssrftest-u18@hohndel.org
|
||||
SSRF_USER_PASSWORD: geheim-u18
|
||||
run: |
|
||||
# and now run the tests - with Qt 5.9 we can only run the desktop flavor
|
||||
echo "------------------------------------"
|
||||
|
|
6
.github/workflows/linux-eoan-5.12.yml
vendored
6
.github/workflows/linux-eoan-5.12.yml
vendored
|
@ -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"
|
||||
|
|
6
.github/workflows/mac.yml
vendored
6
.github/workflows/mac.yml
vendored
|
@ -33,9 +33,6 @@ jobs:
|
|||
bash -e -x ./subsurface/scripts/build.sh -mobile
|
||||
|
||||
- name: test mobile build
|
||||
env:
|
||||
SSRF_USER_EMAIL: ssrftest-mac@hohndel.org
|
||||
SSRF_USER_PASSWORD: geheim-mac
|
||||
run: |
|
||||
echo "------------------------------------"
|
||||
echo "run tests for mobile build"
|
||||
|
@ -62,9 +59,6 @@ jobs:
|
|||
make export-html
|
||||
|
||||
- name: test desktop build
|
||||
env:
|
||||
SSRF_USER_EMAIL: ssrftest-mac@hohndel.org
|
||||
SSRF_USER_PASSWORD: geheim-mac
|
||||
run: |
|
||||
echo "------------------------------------"
|
||||
echo "run tests for desktop build"
|
||||
|
|
Loading…
Reference in a new issue