Skip to content

Commit

Permalink
Prepare for a review
Browse files Browse the repository at this point in the history
  • Loading branch information
ppawlowski committed Jul 15, 2024
1 parent 9968a4a commit ac38a1a
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/install-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ on:
schedule:
- cron: '45 23 * * *'
workflow_dispatch:
push:


jobs:
install:
Expand Down Expand Up @@ -34,10 +32,6 @@ jobs:
- name: test access
run: |
curl -L -v http://localhost:3000
- name: simulate the error
run: |
echo "This is the error"
exit 1
notify-slack:
name: Notify about test failure
Expand All @@ -50,7 +44,7 @@ jobs:
id: slack
uses: slackapi/slack-github-action@v1.26.0
with:
channel-id: 'C03AP45RSFP'
channel-id: 'C067BD0377F'
payload: |
{
"blocks": [
Expand Down

0 comments on commit ac38a1a

Please sign in to comment.