Skip to content

Commit ff51ae7

Browse files
authored
Merge pull request #771 from MikeMcC399/fix/component-test-workflow
Harmonize Component test workflow to E2E example workflows
2 parents 20a06b0 + eb780a8 commit ff51ae7

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

.github/workflows/example-component-test.yml

+9-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
1-
name: Component Tests
2-
on: [push, workflow_dispatch]
1+
name: example-component-test
2+
on:
3+
push:
4+
branches:
5+
- 'master'
6+
pull_request:
7+
workflow_dispatch:
8+
39
jobs:
410
cypress-run:
5-
runs-on: ubuntu-latest
11+
runs-on: ubuntu-22.04
612
steps:
713
- name: Checkout
814
uses: actions/checkout@v3

0 commit comments

Comments
 (0)