Skip to content

Commit bfd27a3

Browse files
authored
Update testing.yml
1 parent f874eec commit bfd27a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v3
1717

1818
- name: Testing if has docker
19-
run: echo Hello, world! && docker ps -q -a
19+
run: docker ps -q -a
2020

2121
# Runs a set of commands using the runners shell
2222
- name: Run a multi-line script

0 commit comments

Comments
 (0)