Skip to content

Commit

Permalink
Update docker-run-in-workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tsubakimoto authored May 10, 2023
1 parent 910bf36 commit b0c1727
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-run-in-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
options: --cpus 1
steps:
- name: Check for dockerenv file
run: (ls /.dockerenv && echo Found dockerenv && cat /.dockerenv) || (echo No dockerenv)
run: (ls /.dockerenv && echo Found dockerenv) || (echo No dockerenv)

0 comments on commit b0c1727

Please sign in to comment.