From 07b30f66c93851659c97fc964facedc62cf99505 Mon Sep 17 00:00:00 2001 From: Felix Lohmeier Date: Wed, 6 Apr 2022 21:25:27 +0200 Subject: [PATCH] run tasks individually --- .github/workflows/default.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/default.yml b/.github/workflows/default.yml index 6c31a11..91e136c 100644 --- a/.github/workflows/default.yml +++ b/.github/workflows/default.yml @@ -14,8 +14,12 @@ jobs: sudo tar -xzf task.tar.gz -C /usr/local/bin task && rm task.tar.gz - name: install OpenRefine and openrefine-client run: task install - - name: run OpenRefine batch processing - run: task default + - name: start OpenRefine + run: task start + - name: run workflow + run: task example + - name: print stats and check log file + run: task check - uses: actions/upload-artifact@v2 if: always() with: