Update frontend-collab-tests.yml
parent
47475bada6
commit
d8baf7a1a7
|
@ -4,8 +4,8 @@ name: "Frontend Collaboration tests powered by Sauce Labs"
|
||||||
on: [push]
|
on: [push]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
collab:
|
withoutplugins:
|
||||||
name: with plugins
|
name: without plugins
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
@ -22,13 +22,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
node-version: 12
|
node-version: 12
|
||||||
|
|
||||||
# This must be run after installing the plugins, otherwise npm will try to
|
|
||||||
# hoist common dependencies by removing them from src/node_modules and
|
|
||||||
# installing them in the top-level node_modules. As of v6.14.10, npm's hoist
|
|
||||||
# logic appears to be buggy, because it sometimes removes dependencies from
|
|
||||||
# src/node_modules but fails to add them to the top-level node_modules. Even
|
|
||||||
# if npm correctly hoists the dependencies, the hoisting seems to confuse
|
|
||||||
# tools such as `npm outdated`, `npm update`, and some ESLint rules.
|
|
||||||
- name: Install all dependencies and symlink for ep_etherpad-lite
|
- name: Install all dependencies and symlink for ep_etherpad-lite
|
||||||
run: src/bin/installDeps.sh
|
run: src/bin/installDeps.sh
|
||||||
|
|
||||||
|
@ -49,7 +42,7 @@ jobs:
|
||||||
accessKey: ${{ secrets.SAUCE_ACCESS_KEY }}
|
accessKey: ${{ secrets.SAUCE_ACCESS_KEY }}
|
||||||
tunnelIdentifier: ${{ steps.sauce_strings.outputs.tunnel_id }}
|
tunnelIdentifier: ${{ steps.sauce_strings.outputs.tunnel_id }}
|
||||||
|
|
||||||
- name: Run the frontend Collaboration tests
|
- name: Run the frontend tests
|
||||||
shell: bash
|
shell: bash
|
||||||
env:
|
env:
|
||||||
SAUCE_USERNAME: ${{ secrets.SAUCE_USERNAME }}
|
SAUCE_USERNAME: ${{ secrets.SAUCE_USERNAME }}
|
||||||
|
|
Loading…
Reference in New Issue