Skip to content

Commit

Permalink
Debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
treydock committed Jul 15, 2023
1 parent 42666a8 commit 7ae3864
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,14 @@ jobs:
cache-version: 2
bundler: '2.1.0'
- name: Run tests
run: bundle exec rake beaker
run: bundle exec rspec spec/acceptance/1_class_spec.rb:26
env:
BEAKER_destroy: 'no'
BEAKER_PUPPET_COLLECTION: ${{ matrix.puppet }}
BEAKER_set: ${{ matrix.set }}
BEAKER_keycloak_version: ${{ matrix.keycloak_version }}
BEAKER_keycloak_full: ${{ matrix.keycloak_full }}
- name: Debug failure
if: failure()
run: |
docker exec -it keycloak-${{ matrix.set }} journalctl -u keycloak --no-pager

0 comments on commit 7ae3864

Please sign in to comment.