File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 3636 - name : Checkout code
3737 uses : actions/checkout@v3
3838
39+ - name : Install dependencies
40+ run : |
41+ python -m pip install --upgrade pip
42+ pip install -e .
43+ pip install -r ./requirements/development.txt
44+
3945 - name : Run E2E tests
4046 run : |
41- git update-index --chmod=+x ./tests/e2e/scripts/test_e2e_runner.sh
4247 sh ./tests/e2e/scripts/test_e2e_runner.sh
4348
4449 # run only in main and in pull request to `main` and in publish release
Original file line number Diff line number Diff line change 3535echo " Valid custom cert found!"
3636
3737# Copy valid custom cert to target dir
38- # chown -R $USER:$USER ~/.test_mitmproxy
3938sudo cp ~ /.test_mitmproxy/mitmproxy-ca.pem tests/e2e/mitmproxy-ca.pem
4039
4140echo " E2E processing..."
42- pip install -e .
43- pip install -r ./requirements/development.txt
4441python -m pytest -s --capture=sys -v --cov=domaintools tests/e2e
4542
4643# Clean up containers
You can’t perform that action at this time.
0 commit comments