Skip to content

Commit

Permalink
limit tests for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Noordsestern committed Aug 30, 2024
1 parent 2315cd7 commit 8dc2def
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
ssh-add atest/testdata/keyfiles/id_rsa
- name: Run tests
run: |
robot -d results-${{ matrix.python-version }} -e no-gh-actions -b console.log -x xunit.xml atest
robot -d results-${{ matrix.python-version }} -i shell -e no-gh-actions -b console.log -x xunit.xml atest
- uses: actions/upload-artifact@v4
if: success() || failure()
with:
Expand Down

0 comments on commit 8dc2def

Please sign in to comment.