Skip to content

Commit

Permalink
patrol-publish: add CI step verifying that devtools is built
Browse files Browse the repository at this point in the history
  • Loading branch information
bartekpacia committed Nov 14, 2023
1 parent 9cfaedc commit ab7d82e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/patrol-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ab7d82e

Please sign in to comment.