This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
dagger/pkg/universe.dagger.io/x/olli.janatuinen@gmail.com/dotnet/test/test.bats

12 lines
195 B
Plaintext
Raw Permalink Normal View History

setup() {
load '../../../../bats_helpers'
common_setup
}
@test "dotnet" {
dagger "do" -p ./publish.cue test
dagger "do" -p ./image.cue test
dagger "do" -p ./test.cue test
}