Skip to content

Commit a623d9b

Browse files
committed
non-production: add buildkite.yml file
1 parent 87000cf commit a623d9b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.buildkite/pipeline.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
steps:
2+
- label: ":ruby: 3.0 :rspec: :rails: 7.0"
3+
timeout_in_minutes: 5
4+
agents:
5+
queue: ruby-3-2
6+
commands:
7+
- bundle install
8+
- bundle exec rspec

0 commit comments

Comments
 (0)