Skip to content

Commit

Permalink
fix file changes
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 a9cf564 commit 7a13855
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/automated-staging-test-submit.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Staging Test - Submit Messages
name: Automated Staging Test - Submit Messages

on:
schedule:
Expand Down Expand Up @@ -45,14 +45,14 @@ jobs:
"$host/api/token" | jq -r ".access_token")
for file in $(pwd)/examples/Test/Automated/**/*.hl7; do
echo "Sending $file"
curl \
--header "Content-Type: application/hl7-v2" \
--header "Client: $client_id.$client_sender" \
--header "Authorization: Bearer $token" \
--data-binary "@$file" \
--silent \
"$host/api/waters"
echo "Sending $file"
curl \
--header "Content-Type: application/hl7-v2" \
--header "Client: $client_id.$client_sender" \
--header "Authorization: Bearer $token" \
--data-binary "@$file" \
--silent \
"$host/api/waters"
done
- name: Clean up private key
Expand Down

0 comments on commit 7a13855

Please sign in to comment.