Testing with runner action

This commit is contained in:
2024-03-01 14:29:15 -06:00
parent 6ef72e9a64
commit 16f00bd136

View File

@@ -42,6 +42,7 @@ jobs:
- name: Run on specific changes - name: Run on specific changes
if: steps.changes.outputs.files_changed != 'true' if: steps.changes.outputs.files_changed != 'true'
run: echo "Beginning build" run: echo "Beginning build"
#Testing change to this file
- name: Prepare the container - name: Prepare the container
run: curl -fsSL https://get.docker.com -o get-docker.sh && sh ./get-docker.sh run: curl -fsSL https://get.docker.com -o get-docker.sh && sh ./get-docker.sh