use own backup image with dot-env for e2e testing

This commit is contained in:
mahula 2023-02-02 16:13:54 +01:00
parent bea4e7ce4f
commit 62505d7561

View File

@ -561,7 +561,7 @@ jobs:
end-to-end-tests:
name: End-to-End Tests
runs-on: ubuntu-latest
needs: [build_test_mariadb, build_test_database_up, build_test_backend, build_test_admin, build_test_frontend, build_test_nginx]
needs: [build_test_mariadb, build_test_database_up, build_test_admin, build_test_frontend, build_test_nginx]
steps:
##########################################################################
# CHECKOUT CODE ##########################################################