Skip to content

Commit

Permalink
chore(fixtures): run all test fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Dec 16, 2022
1 parent 77731ec commit 53c1c50
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/test-fixtures.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,15 @@ jobs:
command: --latest --topo-order
- fixtures-name: test-latest-with-one-tag
command: --latest
- fixtures-name: test-commit-footers
- fixtures-name: test-commit-preprocessors
- fixtures-name: test-custom-scope
- fixtures-name: test-limit-commits
- fixtures-name: test-skip-breaking-changes
- fixtures-name: test-split-commits
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Run a fixtures test
uses: ./.github/actions/run-fixtures-test
Expand Down

0 comments on commit 53c1c50

Please sign in to comment.