diff --git a/.github/workflows/automated-staging-test-submit.yml b/.github/workflows/automated-staging-test-submit.yml index 095db5807..17e3008fb 100644 --- a/.github/workflows/automated-staging-test-submit.yml +++ b/.github/workflows/automated-staging-test-submit.yml @@ -44,7 +44,7 @@ jobs: --silent \ "$host/api/token" | jq -r ".access_token") - for file in $(pwd)/examples/Test/Automated/**/*.hl7; do + for file in $(pwd)/examples/Test/Automated/**/*/*.hl7;; do echo "Sending $file" curl \ --header "Content-Type: application/hl7-v2" \