We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b08bfb5 commit 282397fCopy full SHA for 282397f
.drone.yml
@@ -552,6 +552,7 @@ steps:
552
- groupadd --gid 1001 gitea && useradd -m --gid 1001 --uid 1001 gitea
553
- apt-get update
554
- apt-get install build-essential --yes
555
+ - export TEST_PGSQL_SCHEMA=''
556
- ./build/test-env-prepare.sh
557
- su gitea bash -c "export PATH=$PATH:/usr/local/go/bin && timeout -s ABRT 40m make test-e2e-pgsql"
558
environment:
@@ -561,7 +562,6 @@ steps:
561
562
USE_REPO_TEST_DIR: 1
563
NO_DEPS_PLAYWRIGHT: 1
564
TEST_LOGGER: console,file # Debug
- TEST_PGSQL_SCHEMA: ''
565
TEST_PGSQL_DBNAME: 'testgitea-e2e'
566
NPX_FLAGS: '--yes'
567
depends_on: [deps-backend, deps-frontend]
0 commit comments