[UPD] change needs

This commit is contained in:
Quentin TREHEUX
2023-03-03 04:59:28 +01:00
parent 5928d753a4
commit e9d88f68b5
+2 -2
View File
@@ -29,14 +29,14 @@ jobs:
## Test Backend ##
Test_Back:
needs: [ Test_Build_Back, Test_Build_App ]
needs: [ Test_Build_Back]
uses: ./.github/workflows/test_back.yml
secrets: inherit
## Test App ##
Test_App:
needs: [ Test_Build_Back, Test_Build_App ]
needs: [ Test_Build_App ]
uses: ./.github/workflows/chromatic.yml
secrets: inherit