Skip to content

Commit

Permalink
Fix the build cypress image failure on Jenkins pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
TachunLin authored and khushboo-rancher committed Jul 16, 2024
1 parent f2db7aa commit 2b32e1f
Show file tree
Hide file tree
Showing 2 changed files with 2,443 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ WORKDIR /tests/cypress

COPY . /tests/cypress

RUN yarn install
RUN npm install

ENV PATH /tests/cypress/node_modules/.bin:$PATH

Expand Down
Loading

0 comments on commit 2b32e1f

Please sign in to comment.