From c3fa8b1af52aaa8371cd720eddb12250c450d1c4 Mon Sep 17 00:00:00 2001 From: Christian Wolf Date: Tue, 6 Oct 2020 17:49:32 +0200 Subject: [PATCH] Running of the docker container again --- .github/actions/run-tests/action.yml | 2 +- .github/actions/run-tests/tests/test-entrypoint.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/run-tests/action.yml b/.github/actions/run-tests/action.yml index 2f2473b3..820bb190 100644 --- a/.github/actions/run-tests/action.yml +++ b/.github/actions/run-tests/action.yml @@ -19,7 +19,7 @@ runs: - run: docker build -t docker-tests --build-arg PHPVERSION=${{ inputs.phpVersion }} $(pwd)/nextcloud/custom_apps/cookbook/.github/actions/run-tests/tests name: Build the test image shell: bash - - run: echo docker run -e INPUT_DB -v "$GITHUB_WORKSPACE":/workdir docker-test + - run: docker run -e INPUT_DB -v "$GITHUB_WORKSPACE":/workdir docker-test name: Run the test container shell: bash diff --git a/.github/actions/run-tests/tests/test-entrypoint.sh b/.github/actions/run-tests/tests/test-entrypoint.sh index 8e26b20d..6f33d55a 100755 --- a/.github/actions/run-tests/tests/test-entrypoint.sh +++ b/.github/actions/run-tests/tests/test-entrypoint.sh @@ -7,7 +7,7 @@ php --version echo "Preparing the build system" # Prepare the system -# npm install -g npm@latest +npm install -g npm@latest # Build the system