Skip to content

Commit

Permalink
have workflow use correct script
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew committed Aug 9, 2024
1 parent 4dc5d38 commit 1f72508
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/minimal-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: printenv | grep -i prefix
name: remove me
- run: sh .github/workflows/scripts/verify_minimal_app_releasable.sh
name: Verify minimal app is in a state to be released on merge
# build:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/webhook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: sh .github/workflows/scripts/verify_minimal_app_releasable.sh
name: Verify minimal app is in a state to be released on merge
- run: sh .github/workflows/scripts/verify_webhook_releasable.sh
name: Verify webhook is in a state to be released on merge
test:
name: unit test
runs-on: ubuntu-latest
Expand Down

0 comments on commit 1f72508

Please sign in to comment.