Skip to content

Commit

Permalink
Re-add jest tests
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Aug 16, 2023
1 parent 1f0ce63 commit 4bf027b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ jobs:
run: yarn install --network-timeout 60000
- name: build
run: yarn build
- name: jest
run: yarn test:jest
- name: ember test
run: yarn test:ember

Expand All @@ -69,6 +71,8 @@ jobs:
run: yarn install --network-timeout 60000
- name: build
run: yarn build
- name: jest
run: yarn test:jest
- name: ember test
run: yarn test:ember

Expand All @@ -93,6 +97,8 @@ jobs:
run: yarn install --network-timeout 60000
- name: build
run: yarn build
- name: jest
run: yarn test:jest
- name: ember test
run: yarn test:ember

Expand All @@ -112,6 +118,8 @@ jobs:
run: yarn install --ignore-lockfile
- name: build
run: yarn build
- name: jest
run: yarn test:jest
- name: ember test
run: yarn test:ember

Expand Down

0 comments on commit 4bf027b

Please sign in to comment.