Skip to content

Commit

Permalink
Updates test workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
theenoahmason committed Jun 8, 2024
1 parent 18a5f11 commit e20598a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ jobs:
id: lint
run: npm run lint

# Runs a test theme creation with all options set to skip prompt. Note we also set
# the path to `tests` and enable the `verbose` option for debugging.
- name: Create Theme
id: create_theme
run: npm test TestComponent -- -p "examples/components"
# Runs a test component creation with the path set to `tests`
# and the `verbose` option to true for debugging.
- name: Create Component
id: create_component
run: npm test TestComponent -- -v

0 comments on commit e20598a

Please sign in to comment.