Skip to content

Commit

Permalink
Update ci-pr-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mandarons committed Aug 9, 2024
1 parent d926eca commit 6add495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-pr-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
pip install -r requirements-test.txt
- name: Test with pytest
run: |
sudo mkdir /config /icloud && sudo chown -R $(id -u):$(id -g) /config /icloud && pylint src/ tests/ && pytest
sudo mkdir /config /icloud && sudo chown -R $(id -u):$(id -g) /config /icloud && pylint src/ tests/ && ENV_CONFIG_FILE_PATH=./tests/data/test_config.yaml pytest
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
- name: Generate Allure Report
Expand Down

0 comments on commit 6add495

Please sign in to comment.