From 0bfb1bd4471c6ebef92b91b8ccfa0bf16334f1e2 Mon Sep 17 00:00:00 2001 From: dubo-dubon-duponey Date: Sat, 19 Feb 2022 00:05:06 -0800 Subject: [PATCH] Changes to bats files should trigger testing Signed-off-by: dubo-dubon-duponey --- .github/workflows/test-integration.yml | 2 ++ .github/workflows/test-universe.yml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.github/workflows/test-integration.yml b/.github/workflows/test-integration.yml index 4bfc78a9..7c669f45 100644 --- a/.github/workflows/test-integration.yml +++ b/.github/workflows/test-integration.yml @@ -8,6 +8,7 @@ on: - '**.bash' - '**.go' - '**.cue' + - '**.bats' - 'Makefile' - 'go.mod' - 'go.sum' @@ -19,6 +20,7 @@ on: - '**.bash' - '**.go' - '**.cue' + - '**.bats' - 'Makefile' - 'go.mod' - 'go.sum' diff --git a/.github/workflows/test-universe.yml b/.github/workflows/test-universe.yml index b3566fa4..59cc817a 100644 --- a/.github/workflows/test-universe.yml +++ b/.github/workflows/test-universe.yml @@ -8,6 +8,7 @@ on: - '**.bash' - '**.go' - '**.cue' + - '**.bats' - 'Makefile' - 'go.mod' - 'go.sum' @@ -19,6 +20,7 @@ on: - '**.bash' - '**.go' - '**.cue' + - '**.bats' - 'Makefile' - 'go.mod' - 'go.sum'