Skip to content

Commit 6c4761f

Browse files
committed
Update test.yml
1 parent 4e8df2f commit 6c4761f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ jobs:
3434
3535
DATASET_RESPONSE=$(curl -s -H "X-Dataverse-key:$API_TOKEN" -X POST "$SERVER_URL/api/dataverses/$PARENT/datasets" --upload-file .github/workflows/data/initial_dataset.json -H 'Content-type:application/json')
3636
37+
# Print the response
38+
echo $DATASET_RESPONSE
39+
3740
echo "DATASET_PID=$(echo $DATASET_RESPONSE | jq -r '.data.persistentId')" >> $GITHUB_ENV
3841
3942
- name: Synchronize to DV

0 commit comments

Comments
 (0)