Skip to content

Commit

Permalink
chore(#81): add cypress install to dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Decipher committed Sep 29, 2022
1 parent d22e361 commit ef18aa7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitpod/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,6 @@ RUN php -r "unlink('composer-setup.php');"

# Install latest npm
RUN npm install -g npm

# Install cypress
RUN npx cypress install

0 comments on commit ef18aa7

Please sign in to comment.