From 73ca6509e13fa82286a03f6ce30d54e4991f6119 Mon Sep 17 00:00:00 2001 From: Thomas Hanke <38633260+ThHanke@users.noreply.github.com> Date: Fri, 17 May 2024 13:30:54 +0200 Subject: [PATCH] Update TestExamples.yml --- .github/workflows/TestExamples.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/TestExamples.yml b/.github/workflows/TestExamples.yml index 3c8fd4d..64f2063 100644 --- a/.github/workflows/TestExamples.yml +++ b/.github/workflows/TestExamples.yml @@ -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: |