Skip to content

Commit 0db05fd

Browse files
committed
Updated 2 snapshots due to key order change
1 parent e6194c5 commit 0db05fd

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

app/spec/lib/bk/compat/__snapshots__/examples/github-actions/django-ci-test.yaml.snap

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
---
22
steps:
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"

app/spec/lib/bk/compat/__snapshots__/examples/github-actions/laravel-tests.yml.snap

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
steps:
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
@@ -30,8 +32,6 @@ steps:
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:

0 commit comments

Comments
 (0)