Skip to content

Commit

Permalink
Adding getting submission list
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpalis committed Aug 15, 2024
1 parent e43591d commit 897d11a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test_illumina_genotyping_array.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,11 @@ jobs:
printf "\nSubmissionStatus '%s':" "${submissionStatus}"
printf "\nWorkflowsStatus '%s':" "${workflowsStatus}"
submissionList=$(curl -X 'GET' \
'https://api.firecloud.org/api/workspaces/$namespace/$name/submissions' \
-H 'accept: */*' \
-H "Authorization: Bearer ${ACCESS_TOKEN}")
printf "\nSubmissionList '%s':" "${submissionList}"

0 comments on commit 897d11a

Please sign in to comment.