Browse Source

add dependency on terraform for testbranch job

Matthew R Kasun 2 years ago
parent
commit
238704b234
1 changed files with 1 additions and 2 deletions
  1. 1 2
      .github/workflows/branchtest.yml

+ 1 - 2
.github/workflows/branchtest.yml

@@ -38,8 +38,7 @@ jobs:
 
 
   testbranch:
-    #needs: [getbranch, terraform]
-    needs: [getbranch]
+    needs: [getbranch, terraform]
     uses: gravitl/devops/.github/workflows/branchtest.yml@master
     with:
       tag: ${{ github.ref_name }}