Skip to content

Commit

Permalink
trigger integration CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Pantani authored and Pantani committed Mar 8, 2024
1 parent fa2ae4a commit d4e25ca
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/test-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d4e25ca

Please sign in to comment.