Skip to content

Commit

Permalink
chore: add CI check for needing to run ctix
Browse files Browse the repository at this point in the history
  • Loading branch information
wschurman committed Feb 20, 2025
1 parent 49742c0 commit 8d86164
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
node-version-file: package.json
- run: yarn --frozen-lockfile
- run: yarn lint -- -- --max-warnings=0
- name: Check if barrels are up to date
run: yarn ctix && [ -z "$(git status --porcelain)" ]
- run: yarn test -- -- --coverage
- run: yarn integration -- -- --coverage
- uses: codecov/codecov-action@v1
Expand Down

0 comments on commit 8d86164

Please sign in to comment.