diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 21c702fd34c72dc9caed517b2ebb494496ba3ee0..f1866ac339f5e73115e41fa7fe6d6c9385e78f4f 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -80,6 +80,8 @@ jobs: continue-on-error: false # Run the following integration tests after the build_minikube # They will run in parallel and use the binaries in previous step + # Run the following integration tests after the build_minikube + # They will run in parallel and use the binaries in previous step functional_docker_ubuntu: needs: [build_minikube] env: @@ -685,7 +687,8 @@ jobs: - name: Disable firewall run: | sudo /usr/libexec/ApplicationFirewall/socketfilterfw --setglobalstate off - sudo /usr/libexec/ApplicationFirewall/socketfilterfw -k - name: Download Binaries + sudo /usr/libexec/ApplicationFirewall/socketfilterfw -k + - name: Download Binaries uses: actions/download-artifact@v1 with: name: minikube_binaries diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 48c1c4c2a7ed86e03d5cc0de03f5234c70ef00d4..4711a151b82d90da02ee84be7a74e569dcc048ba 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -683,7 +683,8 @@ jobs: - name: Disable firewall run: | sudo /usr/libexec/ApplicationFirewall/socketfilterfw --setglobalstate off - sudo /usr/libexec/ApplicationFirewall/socketfilterfw -k - name: Download Binaries + sudo /usr/libexec/ApplicationFirewall/socketfilterfw -k + - name: Download Binaries uses: actions/download-artifact@v1 with: name: minikube_binaries