Skip to content

Commit

Permalink
fixed the webclient-cicd failing due to a missing file
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm committed Nov 2, 2023
1 parent 8ec18fb commit 0d1475c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/webclient-cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ jobs:
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: actions/setup-node@v4
with:
cache: 'npm'
cache-dependency-path: 'webclient/package-lock.json'
- name: Cypress run
uses: cypress-io/github-action@v5
with:
Expand Down

0 comments on commit 0d1475c

Please sign in to comment.