errors on missing packages suggests project update
Signed-off-by: Richard Jones <richard@dagger.io>
This commit is contained in:
7
tests/plan/do/missing_dependencies.cue
Normal file
7
tests/plan/do/missing_dependencies.cue
Normal file
@@ -0,0 +1,7 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"dagger.io/daggggger" // intentionally misspelled to force error message
|
||||
)
|
||||
|
||||
dagger.#Plan
|
Reference in New Issue
Block a user