Skip to content

Commit

Permalink
ci: test pack scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
bertdeblock committed Nov 14, 2023
1 parent 96bfe7e commit 282c720
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,16 @@ jobs:
run: yarn install --frozen-lockfile
- name: Run Tests
run: ./node_modules/.bin/ember try:one ${{ matrix.try-scenario }}

pack:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
cache: yarn
node-version: 18
- run: yarn install --frozen-lockfile
- run: yarn prepack
- run: yarn postpack
timeout-minutes: 10

0 comments on commit 282c720

Please sign in to comment.