A collection of sample applications that can be built using Paketo Buildpacks.
git clone https://github.com/paketo-buildpacks/samples
./scripts/generate-test-workflow.sh -l <language_family_name>
to
generate a Github Actions workflow that runs the tests.To run integration tests that pack build
each of the sample apps, use
scripts/smoke.sh
. See scripts/smoke.sh -h
for usage information.
For example, to run tests for the Go and .NET Core samples with the Paketo tiny and base builders, run:
./smoke.sh --builder paketobuildpacks/builder-jammy-tiny:latest \
--builder paketobuildpacks/builder-jammy-base:latest \
--suite go \
--suite dotnet-core