Skip to content

Commit e4d8d26

Browse files
committed
Typo
1 parent 6130b29 commit e4d8d26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ jobs:
8181

8282
- name: Run tests
8383
run: |
84-
chmod +x ./test_docker.sh
85-
./test_docker.sh
84+
chmod +x ./test.sh
85+
./test.sh
8686
8787
- name: Login to Docker Hub
8888
if: github.event_name == 'push'

0 commit comments

Comments
 (0)