run tasks individually
This commit is contained in:
parent
0691b1f5e1
commit
07b30f66c9
|
@ -14,8 +14,12 @@ jobs:
|
||||||
sudo tar -xzf task.tar.gz -C /usr/local/bin task && rm task.tar.gz
|
sudo tar -xzf task.tar.gz -C /usr/local/bin task && rm task.tar.gz
|
||||||
- name: install OpenRefine and openrefine-client
|
- name: install OpenRefine and openrefine-client
|
||||||
run: task install
|
run: task install
|
||||||
- name: run OpenRefine batch processing
|
- name: start OpenRefine
|
||||||
run: task default
|
run: task start
|
||||||
|
- name: run workflow
|
||||||
|
run: task example
|
||||||
|
- name: print stats and check log file
|
||||||
|
run: task check
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v2
|
||||||
if: always()
|
if: always()
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in New Issue