Merge pull request #1585 from shykes/universe-tests
yarn: cleanup tests
This commit is contained in:
commit
b251528535
@ -4,6 +4,6 @@ setup() {
|
||||
common_setup
|
||||
}
|
||||
|
||||
@test "yarn.#Build" {
|
||||
dagger up ./yarn-test.cue
|
||||
@test "yarn" {
|
||||
dagger up
|
||||
}
|
@ -9,12 +9,13 @@ import (
|
||||
|
||||
dagger.#Plan & {
|
||||
inputs: directories: {
|
||||
testdata: path: "./testdata"
|
||||
testdata2: path: "./testdata2"
|
||||
testdata: path: "./data/foo"
|
||||
testdata2: path: "./data/bar"
|
||||
}
|
||||
|
||||
actions: tests: {
|
||||
|
||||
// Run yarn.#Build
|
||||
simple: {
|
||||
build: yarn.#Build & {
|
||||
source: inputs.directories.testdata.contents
|
Reference in New Issue
Block a user