mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2024-10-01 01:26:10 -04:00
composer is not part of the matrix, don't try and process event.json
This commit is contained in:
parent
17f924118e
commit
84d4d31c73
5
.github/workflows/test-results.yml
vendored
5
.github/workflows/test-results.yml
vendored
@ -36,7 +36,4 @@ jobs:
|
|||||||
commit: ${{ github.event.workflow_run.head_sha }}
|
commit: ${{ github.event.workflow_run.head_sha }}
|
||||||
event_file: artifacts/Event File/event.json
|
event_file: artifacts/Event File/event.json
|
||||||
event_name: ${{ github.event.workflow_run.event }}
|
event_name: ${{ github.event.workflow_run.event }}
|
||||||
files: |
|
files: "artifacts/**/*.xml"
|
||||||
artifacts/**/*.xml
|
|
||||||
artifacts/**/*.trx
|
|
||||||
artifacts/**/*.json
|
|
||||||
|
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
@ -7,9 +7,6 @@ jobs:
|
|||||||
|
|
||||||
Composer:
|
Composer:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
# https://docs.github.com/en/actions/using-jobs/using-a-matrix-for-your-jobs#handling-failures
|
|
||||||
continue-on-error: "${{ matrix.experimental }}"
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
@ -21,6 +18,7 @@ jobs:
|
|||||||
PHPunit:
|
PHPunit:
|
||||||
name: PHP ${{ matrix.php-versions }} unit tests on ${{ matrix.operating-system }}
|
name: PHP ${{ matrix.php-versions }} unit tests on ${{ matrix.operating-system }}
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
# https://docs.github.com/en/actions/using-jobs/using-a-matrix-for-your-jobs#handling-failures
|
||||||
continue-on-error: "${{ matrix.experimental }}"
|
continue-on-error: "${{ matrix.experimental }}"
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
|
Loading…
Reference in New Issue
Block a user