Skip to content

Commit

Permalink
test: harmonize component test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcC399 committed Feb 2, 2023
1 parent b739603 commit 10eca12
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 10eca12

Please sign in to comment.