Skip to content

Commit

Permalink
update test workflow
Browse files Browse the repository at this point in the history
Removes build from test workflow
  • Loading branch information
p-galligan committed Sep 12, 2024
1 parent f275940 commit c55f03e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ jobs:
- name: Install dependencies
run: yarn install

- name: Build project
run: CI=false yarn build

- name: Run linter
run: yarn lint

Expand Down

0 comments on commit c55f03e

Please sign in to comment.