Skip to content

Commit

Permalink
fix: make smoke test recursive
Browse files Browse the repository at this point in the history
  • Loading branch information
natemoo-re committed Dec 22, 2023
1 parent 65a210f commit 8fd71de
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,24 +51,18 @@ jobs:
neutral_check_on_warning: true

smoke:
name: 'Smoke Test: ${{ matrix.target }}'
name: Smoke Test
runs-on: ubuntu-latest
strategy:
matrix:
target: [demo]
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
- uses: actions/setup-node@v4
with:
node-version: 18
cache: 'pnpm'
- run: pnpm install --prefer-offline --frozen-lockfile
- run: pnpm build
working-directory: ${{ matrix.target }}
- run: pnpm install
- run: pnpm -r build

# Changelog can only run _after_ Build and Test.
# We download all `dist/` artifacts from GitHub to skip the build process.
changelog:
name: Changelog PR or Release
if: ${{ github.ref_name == 'main' }}
Expand Down

2 comments on commit 8fd71de

@vercel
Copy link

@vercel vercel bot commented on 8fd71de Dec 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 8fd71de Dec 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

api-astroicon – ./packages/service

api-astroicon-nmoo.vercel.app
api-astroicon-git-main-nmoo.vercel.app
api.astroicon.dev

Please sign in to comment.