test: Test cypress base
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Mangiang 2021-11-14 15:09:42 -05:00
parent 991a9e6501
commit b296c46363

View File

@ -40,7 +40,7 @@ steps:
- yarn --cwd ./items/frontend install - yarn --cwd ./items/frontend install
- name: test frontend - name: test frontend
image: node:lts-alpine3.14 image: cypress/base:16.13.0
commands: commands:
- node -v - node -v
- npm -v - npm -v