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 8faa5ef commit dc00d1c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/TestExamples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ jobs:
working-directory: ${{env.WORKING_DIR}}
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
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 dc00d1c

Please sign in to comment.