Skip to content

Commit b4d2557

Browse files
committed
CCM-10294: standardise cicd tests
1 parent 71b95cf commit b4d2557

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

.github/actions/test-types.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
[
22
"accessibility",
3-
"ui"
3+
"ui-component",
4+
"ui-e2e",
5+
"api"
46
]

.github/workflows/stage-4-acceptance.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,19 @@ permissions:
88
contents: read
99

1010
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+
1124
sandbox-set-up:
1225
name: Step 1
1326
uses: ./.github/workflows/dispatch_internal_repo_workflow.yaml

0 commit comments

Comments
 (0)