Skip to content

Commit

Permalink
modify regex for submiting specific folders
Browse files Browse the repository at this point in the history
  • Loading branch information
pluckyswan committed Jan 15, 2025
1 parent 8b3b5b7 commit 3723409
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 @@ -46,7 +46,7 @@ jobs:
"$host/api/token" | jq -r ".access_token")
failed_to_send=""
for file in $(pwd)/examples/Test/Automated/**/*.hl7; do
for file in $(pwd)/examples/Test/Automated/{Assertion,GoldenCopy/Input}/*.hl7; do
echo "Sending $file"
response=$(curl \
--header "Content-Type: application/hl7-v2" \
Expand Down

0 comments on commit 3723409

Please sign in to comment.