|
19 | 19 | COMPOSER_OPTIONS: --optimize-autoloader
|
20 | 20 |
|
21 | 21 | jobs:
|
22 |
| - debug-context: |
23 |
| - name: DEBUG - context |
24 |
| - runs-on: ubuntu-latest |
25 |
| - steps: |
26 |
| - - run: | |
27 |
| - echo '{' |
28 |
| - echo '"github.action": ${{ toJson(github.action) }},' |
29 |
| - echo '"github.action_path": ${{ toJson(github.action_path) }},' |
30 |
| - echo '"github.action_ref": ${{ toJson(github.action_ref) }},' |
31 |
| - echo '"github.action_repository": ${{ toJson(github.action_repository) }},' |
32 |
| - echo '"github.action_status": ${{ toJson(github.action_status) }},' |
33 |
| - echo '"github.actor": ${{ toJson(github.actor) }},' |
34 |
| - echo '"github.actor_id": ${{ toJson(github.actor_id) }},' |
35 |
| - echo '"github.base_ref": ${{ toJson(github.base_ref) }},' |
36 |
| - echo '"github.event": ${{ toJson(github.event) }},' |
37 |
| - echo '"github.event_name": ${{ toJson(github.event_name) }},' |
38 |
| - echo '"github.event_path": ${{ toJson(github.event_path) }},' |
39 |
| - echo '"github.head_ref": ${{ toJson(github.head_ref) }},' |
40 |
| - echo '"github.job": ${{ toJson(github.job) }},' |
41 |
| - echo '"github.path": ${{ toJson(github.path) }},' |
42 |
| - echo '"github.ref": ${{ toJson(github.ref) }},' |
43 |
| - echo '"github.ref_name": ${{ toJson(github.ref_name) }},' |
44 |
| - echo '"github.ref_protected": ${{ toJson(github.ref_protected) }},' |
45 |
| - echo '"github.ref_type": ${{ toJson(github.ref_type) }},' |
46 |
| - echo '"github.repository": ${{ toJson(github.repository) }},' |
47 |
| - echo '"github.repository_id": ${{ toJson(github.repository_id) }},' |
48 |
| - echo '"github.repository_owner": ${{ toJson(github.repository_owner) }},' |
49 |
| - echo '"github.repository_owner_id": ${{ toJson(github.repository_owner_id) }},' |
50 |
| - echo '"github.repositoryUrl": ${{ toJson(github.repositoryUrl) }},' |
51 |
| - echo '"github.run_id": ${{ toJson(github.run_id) }},' |
52 |
| - echo '"github.run_number": ${{ toJson(github.run_number) }},' |
53 |
| - echo '"github.run_attempt": ${{ toJson(github.run_attempt) }},' |
54 |
| - echo '"github.sha": ${{ toJson(github.sha) }},' |
55 |
| - echo '"github.triggering_actor": ${{ toJson(github.triggering_actor) }},' |
56 |
| - echo '"github.workflow": ${{ toJson(github.workflow) }},' |
57 |
| - echo '"github.workflow_ref": ${{ toJson(github.workflow_ref) }},' |
58 |
| - echo '"github.workflow_sha": ${{ toJson(github.workflow_sha) }},' |
59 |
| - echo '"github.workspace": ${{ toJson(github.workspace) }}' |
60 |
| - echo '}' |
61 |
| -
|
62 | 22 | tests:
|
63 | 23 | name: UTs & FTs - PHP ${{ matrix.php-version }}
|
64 | 24 | runs-on: ubuntu-latest
|
|
0 commit comments