File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
app/spec/lib/bk/compat/__snapshots__/examples/github-actions Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11-- -
22steps :
3- - commands :
3+ - artifact_paths :
4+ - vendor / output / bin /**/ *
5+ - vendor / output / test - results
6+ - vendor2 / output / bin /* .log
7+ commands:
48 - "# action actions/checkout@v2 is not necessary in Buildkite"
59 - echo '~~~ Install requirements'
610 - pip install -r requirements.txt
@@ -10,10 +14,6 @@ steps:
1014 plugins:
1115 - docker#v5.7.0:
1216 image: python:3.8
13- artifact_paths :
14- - vendor / output / bin /**/ *
15- - vendor / output / test - results
16- - vendor2 / output / bin /* .log
1717 agents:
1818 runs-on: ubuntu-latest
1919 label: ":github: simple_build"
Original file line number Diff line number Diff line change 11-- -
22steps :
3- - commands :
3+ - artifact_paths :
4+ - vendor / orchestra / testbench - core / laravel / storage / logs
5+ commands :
46 - " # It may be a good idea to use docker compose to start up job-specific services"
57 - echo ' Starting memcached service'
68 - docker start -- rm - d -- name memcached -- expose ' 11211:11211' memcached :1.6 - alpine
3032 - vendor / bin / phpunit -- display - deprecation
3133 - )
3234 - docker stop memcached mysql redis dynamodb
33- artifact_paths :
34- - vendor / orchestra / testbench - core / laravel / storage / logs
3535 agents :
3636 runs - on : ubuntu - 22.04
3737 matrix :
You can’t perform that action at this time.
0 commit comments