Skip to content

Commit

Permalink
Update scraper-dry-run.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
dgparmar14 committed Jun 28, 2024
1 parent 1c57cc7 commit 05a8b40
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/scraper-dry-run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
path: |
data
contributors
- name: Get pnpm store directory
shell: bash
run: |
Expand All @@ -68,6 +68,8 @@ jobs:
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
restore-keys: |
${{ runner.os }}-pnpm-store-
- name: Install dependencies
run: pnpm install --frozen-lockfile

- name: Run Tests
run: pnpm test

0 comments on commit 05a8b40

Please sign in to comment.