Skip to content

Commit

Permalink
change file path
Browse files Browse the repository at this point in the history
Co-authored-by: James Herr <jherr@flexion.us>
Co-authored-by: basiliskus <541149+basiliskus@users.noreply.github.com>
  • Loading branch information
3 people committed Dec 23, 2024
1 parent 7a13855 commit 8ca3337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/automated-staging-test-submit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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" \
Expand Down

0 comments on commit 8ca3337

Please sign in to comment.