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
|
common_setup
|
||||||
}
|
}
|
||||||
|
|
||||||
@test "yarn.#Build" {
|
@test "yarn" {
|
||||||
dagger up ./yarn-test.cue
|
dagger up
|
||||||
}
|
}
|
@ -9,12 +9,13 @@ import (
|
|||||||
|
|
||||||
dagger.#Plan & {
|
dagger.#Plan & {
|
||||||
inputs: directories: {
|
inputs: directories: {
|
||||||
testdata: path: "./testdata"
|
testdata: path: "./data/foo"
|
||||||
testdata2: path: "./testdata2"
|
testdata2: path: "./data/bar"
|
||||||
}
|
}
|
||||||
|
|
||||||
actions: tests: {
|
actions: tests: {
|
||||||
|
|
||||||
|
// Run yarn.#Build
|
||||||
simple: {
|
simple: {
|
||||||
build: yarn.#Build & {
|
build: yarn.#Build & {
|
||||||
source: inputs.directories.testdata.contents
|
source: inputs.directories.testdata.contents
|
Reference in New Issue
Block a user