mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-31 19:02:59 +01:00
tests: Travis conditional only run frontend tests if it's not a fork. (#4097)
This commit is contained in:
parent
8f8a949155
commit
5e887c02a8
1 changed files with 4 additions and 2 deletions
|
@ -25,8 +25,10 @@ env:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
include:
|
include:
|
||||||
- if: repo = ether/etherpad-lite
|
# we can only frontend tests from the ether/ organization and not from forks.
|
||||||
- name: "Test the Frontend"
|
# To request tests to be run ask a maintainer to fork your repo to ether/
|
||||||
|
- if: fork = false
|
||||||
|
name: "Test the Frontend"
|
||||||
install:
|
install:
|
||||||
- "bin/installDeps.sh"
|
- "bin/installDeps.sh"
|
||||||
- "export GIT_HASH=$(git rev-parse --verify --short HEAD)"
|
- "export GIT_HASH=$(git rev-parse --verify --short HEAD)"
|
||||||
|
|
Loading…
Reference in a new issue