Fix layering of the riot-web tests pipeline
This commit is contained in:
parent
4e018905fc
commit
62b1dd77a6
4 changed files with 37 additions and 10 deletions
|
@ -86,16 +86,13 @@ steps:
|
|||
# TODO: Remove hacky chmod for BuildKite
|
||||
- "chmod +x ./scripts/ci/*.sh"
|
||||
- "chmod +x ./scripts/*"
|
||||
- "echo '--- Installing Dependencies'"
|
||||
- "./scripts/ci/install-deps.sh"
|
||||
- "echo '--- Running initial build steps'"
|
||||
- "yarn build"
|
||||
- "echo '+++ Running Tests'"
|
||||
- "./scripts/ci/riot-unit-tests.sh"
|
||||
plugins:
|
||||
- docker#v3.0.1:
|
||||
image: "node:10"
|
||||
propagate-environment: true
|
||||
workdir: "/workdir/matrix-react-sdk"
|
||||
|
||||
- label: "🌐 i18n"
|
||||
command:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue