Skip to content

Commit

Permalink
Merge pull request #9223 from vector-im/dbkr/buildkite_group_logs
Browse files Browse the repository at this point in the history
Add log grouping to buildkite
  • Loading branch information
dbkr committed Mar 20, 2019
2 parents 38a24bf + 930ac3a commit 5fcf884
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .buildkite/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,16 @@ steps:
- label: ":karma: Tests"
command:
# Install chrome
- "echo '--- Installing Chrome'"
- "wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add -"
- "sh -c 'echo \"deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main\" >> /etc/apt/sources.list.d/google.list'"
- "apt-get update"
- "apt-get install -y google-chrome-stable"
# Run tests
- "echo '--- Fetching Dependencies'"
- "./scripts/fetch-develop.deps.sh --depth 1"
- "yarn install"
- "echo '+++ Running Tests'"
- "yarn test"
env:
CHROME_BIN: "/usr/bin/google-chrome-stable"
Expand Down

0 comments on commit 5fcf884

Please sign in to comment.