Skip to content

Commit

Permalink
chore: execution order added
Browse files Browse the repository at this point in the history
  • Loading branch information
tahaluh committed Mar 28, 2024
1 parent ea213f3 commit a87a6e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:

# Create Build
build:
# needs: [static-test, unit-test, integration-test]
needs: [static-test, unit-test, integration-test]
name: 🏗️ Build
runs-on: ubuntu-latest
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:

# Create Build
build:
# needs: [static-test, unit-test, integration-test]
needs: [static-test, unit-test, integration-test]
name: 🏗️ Build
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit a87a6e4

Please sign in to comment.