Skip to content

Commit

Permalink
test changelog generator job by piping it a fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
dzuelke committed Feb 26, 2024
1 parent 663dda1 commit cfbb415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/platform-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ jobs:
- name: Generate Changelog markdown
run: |
set -o pipefail
cat synclogs/sync-*.log | support/devcenter/changelog.php > changelog.md
cat synclogs/sync-*.log test/fixtures/platform/devcenter/sync.txt | support/devcenter/changelog.php > changelog.md
- name: Output Changelog markdown
run: |
set -o pipefail
Expand Down

0 comments on commit cfbb415

Please sign in to comment.