Skip to content

Commit

Permalink
debug steps
Browse files Browse the repository at this point in the history
  • Loading branch information
badlop committed Apr 15, 2024
1 parent 57b3e5f commit 28556c6
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,18 @@ jobs:
- name: Run DB tests on new schema (mssql, mysql, pgsql)
run: CT_BACKENDS=mssql,mysql,pgsql make test
id: ctnewschema
- name: Check results
if: always() && steps.ctnewschema.outcome != 'skipped'
run: ls -la
- name: Check results
if: always() && steps.ctnewschema.outcome != 'skipped'
run: ls -la _build
- name: Check results
if: always() && steps.ctnewschema.outcome != 'skipped'
run: ls -la _build/test
- name: Check results
if: always() && steps.ctnewschema.outcome != 'skipped'
run: ls -la _build/test/logs
- name: Check results
if: always() && steps.ctnewschema.outcome != 'skipped'
run: |
Expand Down

0 comments on commit 28556c6

Please sign in to comment.