Skip to content

Commit 3b20e9f

Browse files
Also update defect_dojo_sample_data_locations.json in sample data workflow (#14391)
The locations fixture is used when the v3 feature locations flag is enabled and needs to be kept up to date alongside the main sample data fixture.
1 parent b3498c2 commit 3b20e9f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/update-sample-data.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
run: |
2525
./fixture-updater dojo/fixtures/defect_dojo_sample_data.json
2626
mv output.json dojo/fixtures/defect_dojo_sample_data.json
27+
./fixture-updater dojo/fixtures/defect_dojo_sample_data_locations.json
28+
mv output.json dojo/fixtures/defect_dojo_sample_data_locations.json
2729
2830
- name: Configure git
2931
run: |

0 commit comments

Comments
 (0)