From bd9cb2547627960bb7d93aa20808e27708ed24fd Mon Sep 17 00:00:00 2001 From: Bartek Pacia Date: Tue, 14 Nov 2023 20:09:33 +0100 Subject: [PATCH] patrol-publish: add CI step verifying that devtools is built --- .github/workflows/patrol-publish.yaml | 4 ++++ packages/patrol/CHANGELOG.md | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/patrol-publish.yaml b/.github/workflows/patrol-publish.yaml index 7ea1fac6a..12cb3fe58 100644 --- a/.github/workflows/patrol-publish.yaml +++ b/.github/workflows/patrol-publish.yaml @@ -43,6 +43,10 @@ jobs: working-directory: packages/patrol_devtools_extension run: ./publish_to_patrol_extension + - name: Verify that built DevTools extension is in the correct location + working-directory: packages/patrol + run: test ! -z "$(ls -lA extension/devtools/build)" + - name: Publish to pub.dev id: pub_release uses: leancodepl/mobile-tools/.github/actions/pub-release@pub-release-v1 diff --git a/packages/patrol/CHANGELOG.md b/packages/patrol/CHANGELOG.md index 208c031fa..446bb514e 100644 --- a/packages/patrol/CHANGELOG.md +++ b/packages/patrol/CHANGELOG.md @@ -1,6 +1,6 @@ ## 3.0.1 -- Fix extension code not being bundled by GitHub Actions workflow (#) +- Fix extension code not being bundled by GitHub Actions workflow (#1902) ## 3.0.0