run tasks individually

This commit is contained in:
Felix Lohmeier 2022-04-06 21:25:27 +02:00 committed by GitHub
parent 0691b1f5e1
commit 07b30f66c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 2 deletions

View File

@ -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: