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 2ee2320 commit 0baf69f
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/teste.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ jobs:
id: publishing-modules
uses: ./.github/actions/publishing-modules

publish:
runs-on: ubuntu-latest
needs: pre-build
strategy:
matrix:
module: ${{fromJSON(needs.publishing-modules.outputs.modules)}}

steps:
- uses: actions/checkout@v4
publish:
runs-on: ubuntu-latest
needs: pre-build
strategy:
matrix:
module: ${{fromJSON(needs.publishing-modules.outputs.modules)}}

steps:
- uses: actions/checkout@v4

0 comments on commit 0baf69f

Please sign in to comment.