Skip to content

Commit f11f1f3

Browse files
authored
Remove failing debug job (yoanm#133)
1 parent 0ba6cfc commit f11f1f3

File tree

1 file changed

+0
-40
lines changed

1 file changed

+0
-40
lines changed

.github/workflows/CI.yml

Lines changed: 0 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -19,46 +19,6 @@ env:
1919
COMPOSER_OPTIONS: --optimize-autoloader
2020

2121
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-
6222
tests:
6323
name: UTs & FTs - PHP ${{ matrix.php-version }}
6424
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)