Skip to content

Commit

Permalink
Move all tests under tests dir.
Browse files Browse the repository at this point in the history
  • Loading branch information
vsmalladi committed Apr 26, 2024
1 parent e3c8f75 commit c2a219d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Additionally, the [wdl syntax](.github/workflows/lint.yml) is checked using the
#### Test cromwell/womtools installation

- open a command prompt and run...
- `cromwell run test/test.wdl`
- `cromwell run tests/test.wdl`
- …test of the example workflow
- should print numerous log messages, and conclude with...
- `Workflow HelloWorld complete. Final Outputs:`
Expand All @@ -70,7 +70,7 @@ Additionally, the [wdl syntax](.github/workflows/lint.yml) is checked using the
#### Test sprocket installation

- open a command prompt and run...
- `sprocket lint test/test.wdl`
- `sprocket lint tests/test.wdl`
- should print the following error
```
workflow HelloWorld {
Expand Down
File renamed without changes.

0 comments on commit c2a219d

Please sign in to comment.