Skip to content

Commit

Permalink
MacOs test
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Richter <[email protected]>
  • Loading branch information
richtja committed Jan 22, 2025
1 parent 6fe4b72 commit 3afbaa1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,12 @@ jobs:
run: python -m avocado --verbose list selftests/unit/* selftests/functional/* selftests/*sh
- name: Run a subset of avocado's selftests
run: PATH=~/Library/Python/3.11/bin:$PATH ./selftests/check.py --skip=static-checks
- name: Save logs
uses: actions/upload-artifact@v4
with:
name: Test_logs
path: ${{github.workspace}}/avocado/job-results/latest/
retention-days: 1
- run: echo "🥑 This job's status is ${{ job.status }}."


Expand Down

0 comments on commit 3afbaa1

Please sign in to comment.