Skip to content

Commit

Permalink
chore: Remove test step from deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Sheraff committed Jun 2, 2024
1 parent 2910f86 commit ac13b38
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,6 @@ jobs:
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
restore-keys: |
${{ runner.os }}-pnpm-store-
- name: test
shell: bash
run: echo "${{ steps.get-store-path.outputs.store-path }}"
- name: Install dependencies
run: pnpm i --frozen-lockfile
- name: Build
Expand Down

0 comments on commit ac13b38

Please sign in to comment.