Skip to content

Commit

Permalink
change test
Browse files Browse the repository at this point in the history
  • Loading branch information
matheus-corregiari committed Nov 9, 2023
1 parent 0baf69f commit dc0a88e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/teste.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
needs: pre-build
strategy:
matrix:
module: ${{fromJSON(needs.publishing-modules.outputs.modules)}}
module: ${{ fromJSON(needs.pre-build.outputs.modules) }}

steps:
- uses: actions/checkout@v4

0 comments on commit dc0a88e

Please sign in to comment.