Skip to content

Commit

Permalink
ci: remove unnecessary workflow step
Browse files Browse the repository at this point in the history
  • Loading branch information
stdavis committed Mar 13, 2023
1 parent 21fa498 commit a74dc8b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,6 @@ jobs:
node-version: lts/*
cache: npm

- name: Install functions deps
run: |
cd functions
npm ci
- name: Cypress run
uses: cypress-io/github-action@v5
env:
Expand Down

0 comments on commit a74dc8b

Please sign in to comment.