Skip to content

Commit 7bae5a3

Browse files
committed
chore(common): add more smoke test details to readme
1 parent fd189ac commit 7bae5a3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@ This command:
2222
- verifies the staged dependencies can be imported
2323
- prints the `bin/release` output
2424

25+
You can also run other smoke test projects by specifying its directory. For example:
26+
27+
```sh
28+
make test-buildpack APP_DIR=test/smoke/my-app-2
29+
```
30+
2531
If you want to remove the temporary staging directories before or after a run:
2632

2733
```sh

0 commit comments

Comments
 (0)