Skip to content

Commit

Permalink
Update C.I.
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Mar 7, 2023
1 parent 8989bbb commit 8f532ba
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@ jobs:
- name: 'Type checking'

run: |
pnpm --filter ember-app exec tsc -v;
pnpm --filter ember-app exec glint --version;
pnpm --filter ember-app exec glint;
pnpm --filter test-app exec tsc -v;
pnpm --filter test-app exec glint --version;
pnpm --filter test-app exec glint;
Expand All @@ -85,7 +85,7 @@ jobs:
- uses: actions/checkout@v3
- uses: NullVoxPopuli/action-setup-pnpm@v1.0.0
- uses: ./.github/actions/download-built-package
- run: pnpm --filter ember-app test:ember
- run: pnpm --filter test-app test:ember

floating_tests:
name: Floating Deps Test
Expand All @@ -98,7 +98,7 @@ jobs:
with:
no-lockfile: true
- uses: ./.github/actions/download-built-package
- run: pnpm --filter ember-app test:ember
- run: pnpm --filter test-app test:ember


try_scenarios:
Expand Down

0 comments on commit 8f532ba

Please sign in to comment.