diff --git a/.github/workflows/collaboration.yml b/.github/workflows/collaboration.yml index 00d849e8c..5893703ba 100644 --- a/.github/workflows/collaboration.yml +++ b/.github/workflows/collaboration.yml @@ -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