Skip to content

Commit

Permalink
Update TestExamples.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ThHanke authored May 17, 2024
1 parent dc00d1c commit 248e849
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/TestExamples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ jobs:
docker ps -a
- name: parse mapping to YARRRML parser
working-directory: ${{env.WORKING_DIR}}
continue-on-error: true
run: |
curl -X POST "http://localhost:${{env.APP_PORT}}/api/yarrrmltorml" -H "accept: text/turtle" -H "accept: application/json" -H "Content-Type: application/json" -d "{\"mapping_url\":\"${{env.MAPPING_URL}}\"}" > example.rml
- name: container log
working-directory: ${{env.WORKING_DIR}}
continue-on-error: true
- name: print logs on failure
if: failure()
run: |
docker-compose logs
- name: join the method and the data meta graph
Expand Down

0 comments on commit 248e849

Please sign in to comment.