We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd189ac commit 7bae5a3Copy full SHA for 7bae5a3
README.md
@@ -22,6 +22,12 @@ This command:
22
- verifies the staged dependencies can be imported
23
- prints the `bin/release` output
24
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
31
If you want to remove the temporary staging directories before or after a run:
32
33
```sh
0 commit comments