Skip to content

Commit

Permalink
more testing
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeland73 committed Feb 10, 2024
1 parent 178895b commit 8f8c9a8
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/mike-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,10 @@ jobs:
job1:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: tests
uses: ./.github/workflows/cli-tests.yaml
- name: Notify jetpack.io slack of release status
id: slack
if: always()
uses: slackapi/[email protected]
with:
payload: |
{
"status": "${{ job.status }}"
}
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_CLI_RELEASE_WEBHOOK_URL }}
run: echo job is ${{ job.status }}

0 comments on commit 8f8c9a8

Please sign in to comment.