Skip to content

Commit

Permalink
Attempt at fixing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuri6037 committed Jul 10, 2024
1 parent d057747 commit 5a3fe60
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@ on:
jobs:
test-build:
uses: bp3d-actions/workflows/.github/workflows/Build_Test.yml@main
secrets: inherit

analyze:
uses: bp3d-actions/workflows/.github/workflows/Analyze.yml@main
needs: test-build
secrets: inherit

release:
uses: bp3d-actions/workflows/.github/workflows/Release.yml@main
Expand Down

0 comments on commit 5a3fe60

Please sign in to comment.