Skip to content

Commit

Permalink
update test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
aerickson14 committed Oct 16, 2024
1 parent f69f64d commit b78d786
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ jobs:
run: |
[[ "${{ steps.secrets.outputs.test_login_username }}" == "username001" ]] || exit 1
[[ "${{ steps.secrets.outputs.test_login_password }}" == "password123" ]] || exit 1
[[ "${{ steps.secrets.outputs.p12_password }}" == "password456" ]] || exit 1
[[ "${{ steps.secrets.outputs.p12 }}" == "password456" ]] || exit 1
[[ "${{ steps.secrets.outputs.test_document_filename }}" == "Test Document.txt" ]] || exit 1
[[ -f "Test Document.txt" ]] || exit 1

0 comments on commit b78d786

Please sign in to comment.