Skip to content

Commit

Permalink
Merge pull request #7437 from jrjohnson/only-test-ember
Browse files Browse the repository at this point in the history
Skip linting again during tests
  • Loading branch information
jrjohnson authored Sep 29, 2023
2 parents 835a818 + 73f0784 commit 37520bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Install Dependencies
run: npm ci
- name: Run Tests
run: npm test
run: npm run test:ember

build:
name: Build
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
node-version: 18.7
cache: npm
- run: npm ci
- run: npm test
- run: npm run test:ember

build-with-embroider:
name: Build With Embroider
Expand Down

0 comments on commit 37520bd

Please sign in to comment.