Skip to content

Commit

Permalink
debug build failure
Browse files Browse the repository at this point in the history
  • Loading branch information
diosmosis committed Jun 12, 2024
1 parent f6280ef commit 554a14e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/core-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ jobs:
strategy:
fail-fast: false
matrix:
type: [ 'UnitTests', 'SystemTestsPlugins', 'SystemTestsCore', 'IntegrationTestsCore', 'IntegrationTestsPlugins' ]
#type: [ 'UnitTests', 'SystemTestsPlugins', 'SystemTestsCore', 'IntegrationTestsCore', 'IntegrationTestsPlugins' ]
type: ['SystemTestsPlugins']
php: [ '7.2', '8.2' ]
adapter: [ 'PDO_MYSQL', 'MYSQLI' ]
exclude:
Expand Down Expand Up @@ -92,6 +93,10 @@ jobs:
artifacts-pass: ${{ secrets.ARTIFACTS_PASS }}
upload-artifacts: ${{ matrix.php == '7.2' }}
setup-script: .github/scripts/run-scoper.sh
- run: pwd && ls && ls ${{ github.workspace }} && ls ${{ github.workspace }}/matomo/tmp/templates_c
if: always()
#- run: for l in $(ls ${{ github.workspace }}/matomo/tmp/templates_c/$h/*); do echo "$l"; cat "${{ github.workspace }}/matomo/tmp/templates_c/$h/$l"; done
# if: always()
UI:
runs-on: ubuntu-20.04
strategy:
Expand Down

0 comments on commit 554a14e

Please sign in to comment.