Skip to content

Commit

Permalink
Revert "refactor: dockerize smoke tests (#2420)" (#2459)
Browse files Browse the repository at this point in the history
This reverts commit 5256560.
  • Loading branch information
twilwa authored Jan 17, 2025
1 parent 24729ee commit e28353c
Showing 1 changed file with 5 additions and 12 deletions.
17 changes: 5 additions & 12 deletions .github/workflows/smoke-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,24 +10,17 @@ on:
jobs:
smoke-tests:
runs-on: ubuntu-latest
container:
image: node:23-bullseye
steps:
- uses: actions/checkout@v4

- name: Cache pnpm
uses: actions/cache@v4
- uses: pnpm/action-setup@v3
with:
path: |
~/.pnpm-store
**/node_modules
key: ${{ runner.os }}-pnpm-${{ hashFiles('**/pnpm-lock.yaml') }}
restore-keys: ${{ runner.os }}-pnpm-
version: 9.15.0

- name: Setup pnpm
uses: pnpm/action-setup@v3
- uses: actions/setup-node@v4
with:
version: 9.15.0
node-version: "23.3.0"
cache: "pnpm"

- name: Run smoke tests
run: pnpm run smokeTests

0 comments on commit e28353c

Please sign in to comment.