Skip to content

Commit

Permalink
Test on Buildkite (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadim Demedes authored Nov 2, 2020
1 parent 1e8a372 commit c378cb1
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 69 deletions.
15 changes: 15 additions & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
steps:
- label: 'Test'
env:
SEGMENT_BUILDKITE_IMAGE: 'buildkite-agent-node12'
agents:
queue: v1
commands: |
echo '--- Installing dependencies'
yarn
echo '--- Lint'
yarn lint
echo '--- Testing'
yarn test
69 changes: 0 additions & 69 deletions .circleci/config.yml

This file was deleted.

0 comments on commit c378cb1

Please sign in to comment.