Update collaboration.yml

This commit is contained in:
John McLear 2021-03-14 09:47:30 +00:00
parent 96032ad361
commit 76469fff8f

View file

@ -15,21 +15,9 @@ jobs:
steps:
- uses: msys2/setup-msys2@v2
with:
path-type: inherit
install: >-
zip
- name: Checkout repository
uses: actions/checkout@v2
- uses: actions/cache@v2
id: cache
with:
path: ~/.npm
key: ${{ runner.os }}-${{ hashFiles('**/lockfiles') }}
- uses: actions/setup-node@v2
with:
node-version: 12
@ -38,8 +26,7 @@ jobs:
shell: msys2 {0}
run: src/bin/installDeps.sh
- name: Install Dependencies
if: steps.cache.outputs.cache-hit != 'true'
- name: Install Cypress
run: npm install cypress -g
- name: Run Etherpad & Tests