Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mansona committed Nov 24, 2023
1 parent 6c4cc95 commit ba74e1b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
with:
node-version: 16
cache: pnpm
- run: pnpm i --frozen-lockfile
- name: Lint
run: pnpm lint
- name: Run Tests
Expand Down Expand Up @@ -65,6 +66,7 @@ jobs:
with:
node-version: 16
cache: pnpm
- run: pnpm i --frozen-lockfile
- name: Run Tests
run: ./node_modules/.bin/ember try:one ${{ matrix.try-scenario }}
working-directory: test-app
1 change: 1 addition & 0 deletions .github/workflows/push-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
with:
node-version: 16
cache: pnpm
- run: pnpm i --frozen-lockfile
- uses: kategengler/[email protected]
with:
branch: dist
Expand Down

0 comments on commit ba74e1b

Please sign in to comment.