Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unit test: Basic task execution #23

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

sitapriyamoorthi
Copy link
Collaborator

@sitapriyamoorthi sitapriyamoorthi commented Dec 17, 2024

This unit test addresses: #1
The basicTaskTest Workflow:

  • calls a task named simpleTask, which takes a string input and writes it to a file called output.txt. It demonstrates a basic execution of a task with file output.
  • tests basic task execution, input handling, and file output functionality. It ensures that a task can successfully take an input and generate an output.

1. The basicTaskTest workflow calls a task named simpleTask, which takes a string input and writes it to a file called output.txt. It demonstrates a basic execution of a task with file output.

2. This tests basic task execution, input handling, and file output functionality. It ensures that a task can successfully take an input and generate an output.
Adding basicTaskExecution/basic_task_execution.wdl
Adding java -jar cromwell-86.jar run
@seankross
Copy link
Collaborator

@sitapriyamoorthi generally speaking this looks good, I'm waiting for Scott to weigh in here to get a first draft of how we're configuring github actions: #22. Once that's stable we'll merge this. Still, keep going on other branches making unit tests.

Adding a Readme
@seankross seankross added the unit test Adding or modifying a unit test label Dec 18, 2024
@sitapriyamoorthi sitapriyamoorthi linked an issue Dec 20, 2024 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
unit test Adding or modifying a unit test
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Basic Task Execution
2 participants