Skip to content

Commit fc30a21

Browse files
committed
(rename)
1 parent 3fe5713 commit fc30a21

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v2
1313
- name: Build and run tests in Docker
14-
run: env USE_DOCKER=1 ./debug-build-and-test.sh
14+
run: env USE_DOCKER=1 ./build-and-test.sh

debug-build-and-test.sh renamed to build-and-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ cd "$(dirname "${0}")"
55

66
if [ -n "${USE_DOCKER:-}" ]; then
77
docker build -f Dockerfile.test -t postgres-protobuf-test .
8-
docker run postgres-protobuf-test env __IN_DOCKER=1 /app/debug-build-and-test.sh
8+
docker run postgres-protobuf-test env __IN_DOCKER=1 /app/build-and-test.sh
99
exit $?
1010
fi
1111

0 commit comments

Comments
 (0)