Skip to content

Commit

Permalink
ci: fix missing cypress binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasskk committed Sep 17, 2022
1 parent 9143eef commit 9a1716a
Showing 1 changed file with 2 additions and 15 deletions.
17 changes: 2 additions & 15 deletions .github/workflows/tests_admin.yml → .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,24 +22,11 @@ jobs:
with:
version: latest

- name: Get pnpm store directory
id: pnpm-cache
run: |
echo "::set-output name=pnpm_cache_dir::$(pnpm store path)"
- uses: actions/cache@v3
name: Setup pnpm cache
with:
path: ${{ steps.pnpm-cache.outputs.pnpm_cache_dir }}
key: pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
restore-keys: |
pnpm-store-
- name: Install dependencies
run: pnpm install

- name: unit test
run: pnpm --filter react-pocket-form test:unit

- name: cypress test
run: pnpm --filter react-pocket-form run test:cypress
- name: unit test
run: pnpm --filter react-pocket-form test:cypress

0 comments on commit 9a1716a

Please sign in to comment.