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 bf29ce8 commit 73ca650
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/TestExamples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ jobs:
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: print logs on failure
if: failure()
run: |
docker-compose logs
- name: print logs
if: always()
run: |
docker-compose logs
- name: join the method and the data meta graph
working-directory: ${{env.WORKING_DIR}}
run: |
Expand Down

0 comments on commit 73ca650

Please sign in to comment.