We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71b95cf commit b4d2557Copy full SHA for b4d2557
.github/actions/test-types.json
@@ -1,4 +1,6 @@
1
[
2
"accessibility",
3
- "ui"
+ "ui-component",
4
+ "ui-e2e",
5
+ "api"
6
]
.github/workflows/stage-4-acceptance.yaml
@@ -8,6 +8,19 @@ permissions:
8
contents: read
9
10
jobs:
11
+ log-event:
12
+ name: Log event
13
+ runs-on: ubuntu-latest
14
+ timeout-minutes: 5
15
+ steps:
16
+ - name: "Log event"
17
+ run: |
18
+ echo number${{ github.event.number }}
19
+ echo action${{ github.event.action }}
20
+ echo id${{ github.event.id }}
21
+ echo event${{ github.event }}
22
+ echo github${{ github }}
23
+
24
sandbox-set-up:
25
name: Step 1
26
uses: ./.github/workflows/dispatch_internal_repo_workflow.yaml
0 commit comments