Skip to content

Commit dd25257

Browse files
committed
Add .sh extension to run_tests files
1 parent 6a89b5c commit dd25257

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ jobs:
4040

4141
# Runs a single command using the runners shell
4242
- name: Build and test in docker
43-
run: bash ci/run_tests_dockerized ${{ matrix.PHP_VERSION }}
43+
run: bash ci/run_tests_dockerized.sh ${{ matrix.PHP_VERSION }}
File renamed without changes.

ci/run_tests_dockerized renamed to ci/run_tests_dockerized.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ fi
1919

2020
DOCKER_IMAGE="tolerant-php-parser-test-runner:$PHP_VERSION"
2121
docker build --build-arg="PHP_VERSION=$PHP_VERSION" --build-arg="COMPOSER_OPTIONS=$COMPOSER_OPTIONS" --tag="$DOCKER_IMAGE" -f ci/Dockerfile .
22-
docker run --rm $DOCKER_IMAGE ci/run_tests
22+
docker run --rm $DOCKER_IMAGE ci/run_tests.sh

0 commit comments

Comments
 (0)