Skip to content

Commit

Permalink
Update testing.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
evertramos authored Sep 22, 2023
1 parent f874eec commit bfd27a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v3

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

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

0 comments on commit bfd27a3

Please sign in to comment.