File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change 2929 - uses : actions/checkout@v5
3030
3131 - name : Test Connection
32- if : ${{ steps.modules_to_test.outputs.count != 0 }}
3332 run : |
3433 echo '10.0.0.1 ${{ vars.CI_TEST_FIREWALL_1 }}' | sudo tee -a /etc/hosts
3534 https_proxy=${{ secrets.CI_TEST_PROXY }} curl --fail-with-body https://${{ vars.CI_TEST_FIREWALL_1 }} --insecure > /tmp/test.html
@@ -42,14 +41,12 @@ jobs:
4241 shell : bash
4342
4443 - name : Install requirements
45- if : ${{ steps.modules_to_test.outputs.count != 0 }}
4644 run : |
4745 pip install -r requirements.txt > /dev/null
4846 pip install -r requirements_test.txt > /dev/null
4947 shell : bash
5048
5149 - name : Running Integration-Tests
52- if : ${{ steps.modules_to_test.outputs.count != 0 }}
5350 run : |
5451 echo "${{ secrets.CI_TEST_API_CREDENTIALS }}" > /tmp/api_credentials.txt
5552 chmod 600 /tmp/api_credentials.txt
You can’t perform that action at this time.
0 commit comments