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 8, 2024
1 parent 71e078c commit d926eca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-pr-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@ jobs:
- name: Install dependencies
run: |
pip install -r requirements-test.txt
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
- name: Test with pytest
run: |
sudo mkdir /config /icloud && sudo chown -R $(id -u):$(id -g) /config /icloud && pylint src/ tests/ && pytest
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
- name: Generate Allure Report
uses: simple-elf/allure-report-action@master
if: always()
Expand Down

0 comments on commit d926eca

Please sign in to comment.