Skip to content

Commit

Permalink
ci: attempt to fix example-project ci/cd test
Browse files Browse the repository at this point in the history
  • Loading branch information
maxsorensenf5 committed Nov 15, 2024
1 parent 86a9433 commit 4cc4850
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,8 @@ jobs:
- name: Lint Self
run: npm run lint

- name: Install Example Project dependencies
run : (cd example-project && npm ci)

- name: Lint Example Project
run: npm run test

0 comments on commit 4cc4850

Please sign in to comment.