-
Notifications
You must be signed in to change notification settings - Fork 102
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d131154
commit 45e6b82
Showing
1 changed file
with
7 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -99,10 +99,16 @@ jobs: | |
cd release/MultiSampleSmartSeq2SingleNucleus | ||
- name: 'Submit Workflow with Cromshell' | ||
uses: kevinpalis/cromshell-action@v1 | ||
uses: kevinpalis/[email protected] | ||
id: submit-workflow | ||
with: | ||
command: 'cromshell --no_turtle --cromwell_url http://localhost:8000 submit --no-validation -op MultiSampleSmartSeq2SingleNucleus_1.0.options.json -d MultiSampleSmartSeq2SingleNucleus_1.0.zip MultiSampleSmartSeq2SingleNucleus_1.0.wdl mouse_example_azure.json' | ||
|
||
- name: 'Set Alias for Workflow' | ||
uses: kevinpalis/[email protected] | ||
with: | ||
command: 'cromshell alias -- -1 ss_proto_1' | ||
|
||
- name: 'Check Workflow Status' | ||
run: | | ||
sleep 3 | ||
|