Skip to content

Commit

Permalink
test successful filename
Browse files Browse the repository at this point in the history
  • Loading branch information
laurenkrugen-navapbc committed Jul 10, 2024
1 parent bc8f086 commit 0161c65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/opt-out-import-test-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ jobs:
- name: Upload test file to the BFD bucket to trigger lambda function via SNS message
id: createfile
run: |
echo "FILENAME=T\#EFT.ON.ACO.NGD1800.DPRF.D$(date +'%y%m%d').T$(date +'%H%M%S')" >> "$GITHUB_OUTPUT"
echo "FILENAME=T\#EFT.ON.ACO.NGD1800.DPRF.D$(date +'%y%m%d').T$(date +'%H%M%S')1" >> "$GITHUB_OUTPUT"
aws s3 cp --no-progress ../shared_files/synthetic1800MedicareFiles/test/T\#EFT.ON.ACO.NGD1800.DPRF.D181120.T1000009 \
s3://bfd-test-eft/bfdeft01/bcda/in/T\#EFT.ON.ACO.NGD1800.DPRF.D$(date +'%y%m%d').T$(date +'%H%M%S')1
s3://bfd-test-eft/bfdeft01/bcda/in/$FILENAME
verify:
needs: trigger
Expand Down

0 comments on commit 0161c65

Please sign in to comment.