Skip to content

Commit

Permalink
debugging CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rbiseck3 committed Oct 19, 2023
1 parent 13edf38 commit 6e4eefe
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,11 @@ jobs:
uses: KengoTODA/actions-setup-docker-compose@v1
with:
version: '2.22.0'
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
timeout-minutes: 30
with:
limit-access-to-actor: true
- name: Test Ingest (unit)
run: |
source .venv/bin/activate
Expand Down Expand Up @@ -388,7 +393,7 @@ jobs:
changelog:
runs-on: ubuntu-latest
steps:
# need to checkout otherwise paths-filter will fail on merge-queue trigger
# need to checkout otherwise paths-filter will fail on merge-queue trigger
- uses: actions/checkout@v3
- if: github.ref != 'refs/heads/main'
uses: dorny/paths-filter@v2
Expand Down

0 comments on commit 6e4eefe

Please sign in to comment.