Skip to content

Commit

Permalink
Implement a test to verify the feature
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienvermeille committed Aug 7, 2024
1 parent b9a3468 commit 6b89509
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/it-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ jobs:
method: 'POST'
data: '{"key":"value"}'
files: '{ "file": ["${{ github.workspace }}/test-upload-file1.txt", "${{ github.workspace }}/test-upload-file2.txt"] }'
responseFile: "${{ github.workspace }}/response-multiple-files.json"aaaa
responseFile: "${{ github.workspace }}/response-multiple-files.json"
- name: Output responseFile
id: execution-response-file
run: |
Expand Down

0 comments on commit 6b89509

Please sign in to comment.