Skip to content

Commit

Permalink
ci: update test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarosabu committed Dec 16, 2024
1 parent 831ec4f commit 9e970cc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ env:
SKIP_INSTALL_SIMPLE_GIT_HOOKS: 1 # Skip installing simple-git-hooks

jobs:
release:
tests:
runs-on: ubuntu-24.04
strategy:
matrix:
Expand All @@ -29,16 +29,16 @@ jobs:
uses: actions/cache@v4
with:
path: ~/.cache/Cypress
key: cypress-${{ runner.os }}-cypress-${{ hashFiles('**/pnpm-lock.yaml') }}
key: cypress-${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}

- name: Install dependencies
run: pnpm install

- name: Build lib
- name: Build Library
run: pnpm build

- name: Unit test run
run: pnpm run test:unit:ci
- name: Vitest run
run: pnpm run test:unit:ci --silent

- name: Cypress run
run: pnpm run test:e2e
Expand Down

0 comments on commit 9e970cc

Please sign in to comment.