Skip to content

Commit

Permalink
Merge pull request #771 from MikeMcC399/fix/component-test-workflow
Browse files Browse the repository at this point in the history
Harmonize Component test workflow to E2E example workflows
  • Loading branch information
jaffrepaul authored Feb 8, 2023
2 parents 20a06b0 + eb780a8 commit ff51ae7
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/example-component-test.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
name: Component Tests
on: [push, workflow_dispatch]
name: example-component-test
on:
push:
branches:
- 'master'
pull_request:
workflow_dispatch:

jobs:
cypress-run:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit ff51ae7

Please sign in to comment.