Skip to content

Commit

Permalink
Upgraded github action manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandercerutti committed Feb 17, 2024
1 parent 06cc0ac commit cb6e970
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,17 @@ jobs:
with:
node-version-file: .nvmrc
check-latest: true
cache: "pnpm"
- uses: pnpm/action-setup@v3
with:
version: 8
- name: Install dependencies
run: |
pnpm install
pnpm dlx playwright install --with-deps
- name: Building and running tests
- run: |
npm ci
npm run build
npx playwright install --with-deps
npm run test
pnpm build
pnpm test
cd packages/captions-renderer
npm run test:e2e
pnpm test:e2e

0 comments on commit cb6e970

Please sign in to comment.