Testing with runner action
This commit is contained in:
@@ -42,6 +42,7 @@ jobs:
|
||||
- name: Run on specific changes
|
||||
if: steps.changes.outputs.files_changed != 'true'
|
||||
run: echo "Beginning build"
|
||||
#Testing change to this file
|
||||
|
||||
- name: Prepare the container
|
||||
run: curl -fsSL https://get.docker.com -o get-docker.sh && sh ./get-docker.sh
|
||||
|
Reference in New Issue
Block a user