Skip to content

Commit

Permalink
limit to a subset of rootless tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bsideup committed Jul 28, 2020
1 parent 706a669 commit 32c05bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-rootless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
sleep 1
DOCKER_HOST=unix://$XDG_RUNTIME_DIR/docker.sock docker info || ls -la $XDG_RUNTIME_DIR
- name: Build with Gradle
run: ./gradlew --no-daemon --scan testcontainers:test
run: ./gradlew --no-daemon --scan testcontainers:test --tests '*GenericContainerRuleTest'
- name: aggregate test reports with ciMate
if: always()
continue-on-error: true
Expand Down

0 comments on commit 32c05bd

Please sign in to comment.