Skip to content

Commit

Permalink
matrix needs build
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgamero committed Dec 12, 2024
1 parent e002ba4 commit 9872ebe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/integration-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,10 @@ jobs:
path: ./draft
if-no-files-found: error
language-integration-test:
needs: build
strategy:
matrix:
language: ["gomodule","go"]
language: ["gomodule", "go"]
uses: ./.github/workflows/integration-per-language.yml
with:
language: ${{ matrix.language }}

0 comments on commit 9872ebe

Please sign in to comment.