mirror of
https://github.com/element-hq/element-web
synced 2024-11-24 10:15:43 +03:00
c36950db23
and remove chmod line from pipeline
10 lines
194 B
Bash
Executable file
10 lines
194 B
Bash
Executable file
#!/bin/bash
|
|
#
|
|
# script which is run by the CI build (after `yarn test`).
|
|
#
|
|
# clones riot-web develop and runs the tests against our version of react-sdk.
|
|
|
|
set -ev
|
|
|
|
scripts/ci/build.sh
|
|
yarn test
|