mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-02-01 03:12:42 +01:00
Update collaboration.yml
This commit is contained in:
parent
96032ad361
commit
76469fff8f
1 changed files with 1 additions and 14 deletions
15
.github/workflows/collaboration.yml
vendored
15
.github/workflows/collaboration.yml
vendored
|
@ -15,21 +15,9 @@ jobs:
|
||||||
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: msys2/setup-msys2@v2
|
|
||||||
with:
|
|
||||||
path-type: inherit
|
|
||||||
install: >-
|
|
||||||
zip
|
|
||||||
|
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
- uses: actions/cache@v2
|
|
||||||
id: cache
|
|
||||||
with:
|
|
||||||
path: ~/.npm
|
|
||||||
key: ${{ runner.os }}-${{ hashFiles('**/lockfiles') }}
|
|
||||||
|
|
||||||
- uses: actions/setup-node@v2
|
- uses: actions/setup-node@v2
|
||||||
with:
|
with:
|
||||||
node-version: 12
|
node-version: 12
|
||||||
|
@ -38,8 +26,7 @@ jobs:
|
||||||
shell: msys2 {0}
|
shell: msys2 {0}
|
||||||
run: src/bin/installDeps.sh
|
run: src/bin/installDeps.sh
|
||||||
|
|
||||||
- name: Install Dependencies
|
- name: Install Cypress
|
||||||
if: steps.cache.outputs.cache-hit != 'true'
|
|
||||||
run: npm install cypress -g
|
run: npm install cypress -g
|
||||||
|
|
||||||
- name: Run Etherpad & Tests
|
- name: Run Etherpad & Tests
|
||||||
|
|
Loading…
Reference in a new issue