Skip to content

Commit

Permalink
limit test space
Browse files Browse the repository at this point in the history
  • Loading branch information
bschimke95 committed Jul 5, 2024
1 parent 5c012a1 commit bf1a573
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
sysctl fs.inotify.max_user_instances=8192
- name: Run e2e tests
run: |
sudo make test-e2e
sudo GINKGO_FOCUS="Workload cluster scaling" SKIP_RESOURCE_CLEANUP=true make test-e2e
- name: Setup tmate session
if: ${{ failure() }}
uses: canonical/action-tmate@main

0 comments on commit bf1a573

Please sign in to comment.