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