We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f874eec commit bfd27a3Copy full SHA for bfd27a3
.github/workflows/testing.yml
@@ -16,7 +16,7 @@ jobs:
16
- uses: actions/checkout@v3
17
18
- name: Testing if has docker
19
- run: echo Hello, world! && docker ps -q -a
+ run: docker ps -q -a
20
21
# Runs a set of commands using the runners shell
22
- name: Run a multi-line script
0 commit comments