From d4e25ca1f9079b73f8c7985b328a6b146f4c5852 Mon Sep 17 00:00:00 2001 From: Pantani Date: Fri, 8 Mar 2024 17:29:19 -0300 Subject: [PATCH] trigger integration CI --- .github/workflows/test-integration.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test-integration.yml b/.github/workflows/test-integration.yml index 1f18493f..8a853d6b 100644 --- a/.github/workflows/test-integration.yml +++ b/.github/workflows/test-integration.yml @@ -45,11 +45,12 @@ jobs: - uses: technote-space/get-diff-action@v6.1.2 with: PATTERNS: | - ${{ matrix.test-path }}/**/*.go - ${{ matrix.test-path }}/**/*.plush - ${{ matrix.test-path }}/go.mod - ${{ matrix.test-path }}/go.sum - ${{ matrix.test-path }}/**/testdata/** + **/*.go + **/*.plush + **/*.tpl + go.mod + go.sum + **/testdata/** - uses: actions/setup-go@v5 if: env.GIT_DIFF