File tree Expand file tree Collapse file tree 21 files changed +160
-168
lines changed Expand file tree Collapse file tree 21 files changed +160
-168
lines changed Original file line number Diff line number Diff line change @@ -25,11 +25,11 @@ jobs:
25
25
- name : test
26
26
run : go test -timeout 240s -run ^Test_CanClonePublicRepoWithoutAuthorizeddKeysAllFormats$ github.com/brevdev/brev-cli/e2etest/setup
27
27
28
- - name : Report Status
29
- if : always()
30
- uses : ravsamhq/notify-slack-action@v1
31
- with :
32
- status : ${{ job.status }}
33
- notify_when : ' failure'
34
- env :
35
- SLACK_WEBHOOK_URL : ${{ secrets.ACTION_MONITORING_SLACK }}
28
+ # - name: Report Status
29
+ # if: always()
30
+ # uses: ravsamhq/notify-slack-action@v1
31
+ # with:
32
+ # status: ${{ job.status }}
33
+ # notify_when: 'failure'
34
+ # env:
35
+ # SLACK_WEBHOOK_URL: ${{ secrets.ACTION_MONITORING_SLACK }}
Original file line number Diff line number Diff line change @@ -25,11 +25,11 @@ jobs:
25
25
- name : test
26
26
run : go test -timeout 240s -run ^Test_ChangePwd$ github.com/brevdev/brev-cli/e2etest/setup
27
27
28
- - name : Report Status
29
- if : always()
30
- uses : ravsamhq/notify-slack-action@v1
31
- with :
32
- status : ${{ job.status }}
33
- notify_when : ' failure'
34
- env :
35
- SLACK_WEBHOOK_URL : ${{ secrets.ACTION_MONITORING_SLACK }}
28
+ # - name: Report Status
29
+ # if: always()
30
+ # uses: ravsamhq/notify-slack-action@v1
31
+ # with:
32
+ # status: ${{ job.status }}
33
+ # notify_when: 'failure'
34
+ # env:
35
+ # SLACK_WEBHOOK_URL: ${{ secrets.ACTION_MONITORING_SLACK }}
Original file line number Diff line number Diff line change @@ -25,11 +25,11 @@ jobs:
25
25
- name : test
26
26
run : go test -timeout 240s -run ^Test_CustomBranchCustomSetupCustomFolder$ github.com/brevdev/brev-cli/e2etest/setup
27
27
28
- - name : Report Status
29
- if : always()
30
- uses : ravsamhq/notify-slack-action@v1
31
- with :
32
- status : ${{ job.status }}
33
- notify_when : ' failure'
34
- env :
35
- SLACK_WEBHOOK_URL : ${{ secrets.ACTION_MONITORING_SLACK }}
28
+ # - name: Report Status
29
+ # if: always()
30
+ # uses: ravsamhq/notify-slack-action@v1
31
+ # with:
32
+ # status: ${{ job.status }}
33
+ # notify_when: 'failure'
34
+ # env:
35
+ # SLACK_WEBHOOK_URL: ${{ secrets.ACTION_MONITORING_SLACK }}
Original file line number Diff line number Diff line change @@ -25,11 +25,11 @@ jobs:
25
25
- name : test
26
26
run : go test -timeout 240s -run ^Test_NoProjectBrev$ github.com/brevdev/brev-cli/e2etest/setup
27
27
28
- - name : Report Status
29
- if : always()
30
- uses : ravsamhq/notify-slack-action@v1
31
- with :
32
- status : ${{ job.status }}
33
- notify_when : ' failure'
34
- env :
35
- SLACK_WEBHOOK_URL : ${{ secrets.ACTION_MONITORING_SLACK }}
28
+ # - name: Report Status
29
+ # if: always()
30
+ # uses: ravsamhq/notify-slack-action@v1
31
+ # with:
32
+ # status: ${{ job.status }}
33
+ # notify_when: 'failure'
34
+ # env:
35
+ # SLACK_WEBHOOK_URL: ${{ secrets.ACTION_MONITORING_SLACK }}
Original file line number Diff line number Diff line change @@ -25,11 +25,11 @@ jobs:
25
25
- name : test
26
26
run : go test -timeout 240s -run ^Test_NoUserBrevNoProj$ github.com/brevdev/brev-cli/e2etest/setup
27
27
28
- - name : Report Status
29
- if : always()
30
- uses : ravsamhq/notify-slack-action@v1
31
- with :
32
- status : ${{ job.status }}
33
- notify_when : ' failure'
34
- env :
35
- SLACK_WEBHOOK_URL : ${{ secrets.ACTION_MONITORING_SLACK }}
28
+ # - name: Report Status
29
+ # if: always()
30
+ # uses: ravsamhq/notify-slack-action@v1
31
+ # with:
32
+ # status: ${{ job.status }}
33
+ # notify_when: 'failure'
34
+ # env:
35
+ # SLACK_WEBHOOK_URL: ${{ secrets.ACTION_MONITORING_SLACK }}
Original file line number Diff line number Diff line change @@ -25,11 +25,11 @@ jobs:
25
25
- name : test
26
26
run : go test -timeout 240s -run ^Test_NoUserBrevProj$ github.com/brevdev/brev-cli/e2etest/setup
27
27
28
- - name : Report Status
29
- if : always()
30
- uses : ravsamhq/notify-slack-action@v1
31
- with :
32
- status : ${{ job.status }}
33
- notify_when : ' failure'
34
- env :
35
- SLACK_WEBHOOK_URL : ${{ secrets.ACTION_MONITORING_SLACK }}
28
+ # - name: Report Status
29
+ # if: always()
30
+ # uses: ravsamhq/notify-slack-action@v1
31
+ # with:
32
+ # status: ${{ job.status }}
33
+ # notify_when: 'failure'
34
+ # env:
35
+ # SLACK_WEBHOOK_URL: ${{ secrets.ACTION_MONITORING_SLACK }}
Original file line number Diff line number Diff line change @@ -25,11 +25,11 @@ jobs:
25
25
- name : test
26
26
run : go test -timeout 240s -run ^Test_ProjectRepoNoBrev$ github.com/brevdev/brev-cli/e2etest/setup
27
27
28
- - name : Report Status
29
- if : always()
30
- uses : ravsamhq/notify-slack-action@v1
31
- with :
32
- status : ${{ job.status }}
33
- notify_when : ' failure'
34
- env :
35
- SLACK_WEBHOOK_URL : ${{ secrets.ACTION_MONITORING_SLACK }}
28
+ # - name: Report Status
29
+ # if: always()
30
+ # uses: ravsamhq/notify-slack-action@v1
31
+ # with:
32
+ # status: ${{ job.status }}
33
+ # notify_when: 'failure'
34
+ # env:
35
+ # SLACK_WEBHOOK_URL: ${{ secrets.ACTION_MONITORING_SLACK }}
Original file line number Diff line number Diff line change @@ -25,11 +25,11 @@ jobs:
25
25
- name : test
26
26
run : go test -timeout 240s -run ^Test_ProvidedSetupFileChange$ github.com/brevdev/brev-cli/e2etest/setup
27
27
28
- - name : Report Status
29
- if : always()
30
- uses : ravsamhq/notify-slack-action@v1
31
- with :
32
- status : ${{ job.status }}
33
- notify_when : ' failure'
34
- env :
35
- SLACK_WEBHOOK_URL : ${{ secrets.ACTION_MONITORING_SLACK }}
28
+ # - name: Report Status
29
+ # if: always()
30
+ # uses: ravsamhq/notify-slack-action@v1
31
+ # with:
32
+ # status: ${{ job.status }}
33
+ # notify_when: 'failure'
34
+ # env:
35
+ # SLACK_WEBHOOK_URL: ${{ secrets.ACTION_MONITORING_SLACK }}
Original file line number Diff line number Diff line change @@ -25,11 +25,11 @@ jobs:
25
25
- name : test
26
26
run : go test -timeout 240s -run ^Test_ProvidedSetupRanNoProj$ github.com/brevdev/brev-cli/e2etest/setup
27
27
28
- - name : Report Status
29
- if : always()
30
- uses : ravsamhq/notify-slack-action@v1
31
- with :
32
- status : ${{ job.status }}
33
- notify_when : ' failure'
34
- env :
35
- SLACK_WEBHOOK_URL : ${{ secrets.ACTION_MONITORING_SLACK }}
28
+ # - name: Report Status
29
+ # if: always()
30
+ # uses: ravsamhq/notify-slack-action@v1
31
+ # with:
32
+ # status: ${{ job.status }}
33
+ # notify_when: 'failure'
34
+ # env:
35
+ # SLACK_WEBHOOK_URL: ${{ secrets.ACTION_MONITORING_SLACK }}
Original file line number Diff line number Diff line change @@ -25,11 +25,11 @@ jobs:
25
25
- name : test
26
26
run : go test -timeout 240s -run ^Test_ProvidedSetupUpdated$ github.com/brevdev/brev-cli/e2etest/setup
27
27
28
- - name : Report Status
29
- if : always()
30
- uses : ravsamhq/notify-slack-action@v1
31
- with :
32
- status : ${{ job.status }}
33
- notify_when : ' failure'
34
- env :
35
- SLACK_WEBHOOK_URL : ${{ secrets.ACTION_MONITORING_SLACK }}
28
+ # - name: Report Status
29
+ # if: always()
30
+ # uses: ravsamhq/notify-slack-action@v1
31
+ # with:
32
+ # status: ${{ job.status }}
33
+ # notify_when: 'failure'
34
+ # env:
35
+ # SLACK_WEBHOOK_URL: ${{ secrets.ACTION_MONITORING_SLACK }}
Original file line number Diff line number Diff line change @@ -25,11 +25,11 @@ jobs:
25
25
- name : test
26
26
run : go test -timeout 240s -run ^Test_UserBrevProjectBrevV0$ github.com/brevdev/brev-cli/e2etest/setup
27
27
28
- - name : Report Status
29
- if : always()
30
- uses : ravsamhq/notify-slack-action@v1
31
- with :
32
- status : ${{ job.status }}
33
- notify_when : ' failure'
34
- env :
35
- SLACK_WEBHOOK_URL : ${{ secrets.ACTION_MONITORING_SLACK }}
28
+ # - name: Report Status
29
+ # if: always()
30
+ # uses: ravsamhq/notify-slack-action@v1
31
+ # with:
32
+ # status: ${{ job.status }}
33
+ # notify_when: 'failure'
34
+ # env:
35
+ # SLACK_WEBHOOK_URL: ${{ secrets.ACTION_MONITORING_SLACK }}
Original file line number Diff line number Diff line change @@ -25,11 +25,11 @@ jobs:
25
25
- name : test
26
26
run : go test -timeout 240s -run ^Test_UserBrevProjectBrevV1All$ github.com/brevdev/brev-cli/e2etest/setup
27
27
28
- - name : Report Status
29
- if : always()
30
- uses : ravsamhq/notify-slack-action@v1
31
- with :
32
- status : ${{ job.status }}
33
- notify_when : ' failure'
34
- env :
35
- SLACK_WEBHOOK_URL : ${{ secrets.ACTION_MONITORING_SLACK }}
28
+ # - name: Report Status
29
+ # if: always()
30
+ # uses: ravsamhq/notify-slack-action@v1
31
+ # with:
32
+ # status: ${{ job.status }}
33
+ # notify_when: 'failure'
34
+ # env:
35
+ # SLACK_WEBHOOK_URL: ${{ secrets.ACTION_MONITORING_SLACK }}
Original file line number Diff line number Diff line change @@ -25,11 +25,11 @@ jobs:
25
25
- name : test
26
26
run : go test -timeout 240s -run ^Test_UserBrevProjectBrevV1Minimal$ github.com/brevdev/brev-cli/e2etest/setup
27
27
28
- - name : Report Status
29
- if : always()
30
- uses : ravsamhq/notify-slack-action@v1
31
- with :
32
- status : ${{ job.status }}
33
- notify_when : ' failure'
34
- env :
35
- SLACK_WEBHOOK_URL : ${{ secrets.ACTION_MONITORING_SLACK }}
28
+ # - name: Report Status
29
+ # if: always()
30
+ # uses: ravsamhq/notify-slack-action@v1
31
+ # with:
32
+ # status: ${{ job.status }}
33
+ # notify_when: 'failure'
34
+ # env:
35
+ # SLACK_WEBHOOK_URL: ${{ secrets.ACTION_MONITORING_SLACK }}
Original file line number Diff line number Diff line change @@ -25,11 +25,11 @@ jobs:
25
25
- name : test
26
26
run : go test -timeout 240s -run ^Test_VscodeExtension$ github.com/brevdev/brev-cli/e2etest/setup
27
27
28
- - name : Report Status
29
- if : always()
30
- uses : ravsamhq/notify-slack-action@v1
31
- with :
32
- status : ${{ job.status }}
33
- notify_when : ' failure'
34
- env :
35
- SLACK_WEBHOOK_URL : ${{ secrets.ACTION_MONITORING_SLACK }}
28
+ # - name: Report Status
29
+ # if: always()
30
+ # uses: ravsamhq/notify-slack-action@v1
31
+ # with:
32
+ # status: ${{ job.status }}
33
+ # notify_when: 'failure'
34
+ # env:
35
+ # SLACK_WEBHOOK_URL: ${{ secrets.ACTION_MONITORING_SLACK }}
Original file line number Diff line number Diff line change @@ -25,11 +25,11 @@ jobs:
25
25
- name : test
26
26
run : go test -timeout 240s -run ^Test_httpGit$ github.com/brevdev/brev-cli/e2etest/setup
27
27
28
- - name : Report Status
29
- if : always()
30
- uses : ravsamhq/notify-slack-action@v1
31
- with :
32
- status : ${{ job.status }}
33
- notify_when : ' failure'
34
- env :
35
- SLACK_WEBHOOK_URL : ${{ secrets.ACTION_MONITORING_SLACK }}
28
+ # - name: Report Status
29
+ # if: always()
30
+ # uses: ravsamhq/notify-slack-action@v1
31
+ # with:
32
+ # status: ${{ job.status }}
33
+ # notify_when: 'failure'
34
+ # env:
35
+ # SLACK_WEBHOOK_URL: ${{ secrets.ACTION_MONITORING_SLACK }}
Original file line number Diff line number Diff line change @@ -27,11 +27,11 @@ jobs:
27
27
28
28
- name : Build
29
29
run : make fast-build
30
- - name : Report Status
31
- if : always()
32
- uses : ravsamhq/notify-slack-action@v1
33
- with :
34
- status : ${{ job.status }}
35
- notify_when : " failure"
36
- env :
37
- SLACK_WEBHOOK_URL : ${{ secrets.ACTION_MONITORING_SLACK }}
30
+ # - name: Report Status
31
+ # if: always()
32
+ # uses: ravsamhq/notify-slack-action@v1
33
+ # with:
34
+ # status: ${{ job.status }}
35
+ # notify_when: "failure"
36
+ # env:
37
+ # SLACK_WEBHOOK_URL: ${{ secrets.ACTION_MONITORING_SLACK }}
Original file line number Diff line number Diff line change @@ -30,11 +30,11 @@ jobs:
30
30
run : make install
31
31
- name : check fmt
32
32
run : make fmtcheck
33
- - name : Report Status
34
- if : always()
35
- uses : ravsamhq/notify-slack-action@v1
36
- with :
37
- status : ${{ job.status }}
38
- notify_when : ' failure'
39
- env :
40
- SLACK_WEBHOOK_URL : ${{ secrets.ACTION_MONITORING_SLACK }}
33
+ # - name: Report Status
34
+ # if: always()
35
+ # uses: ravsamhq/notify-slack-action@v1
36
+ # with:
37
+ # status: ${{ job.status }}
38
+ # notify_when: 'failure'
39
+ # env:
40
+ # SLACK_WEBHOOK_URL: ${{ secrets.ACTION_MONITORING_SLACK }}
Original file line number Diff line number Diff line change @@ -44,14 +44,14 @@ jobs:
44
44
file : ./coverage.out
45
45
flags : ${{ runner.os }}
46
46
47
- - name : Report Status
48
- if : always()
49
- uses : ravsamhq/notify-slack-action@v1
50
- with :
51
- status : ${{ job.status }}
52
- # notify_when: 'failure'
53
- env :
54
- SLACK_WEBHOOK_URL : ${{ secrets.ACTION_MONITORING_SLACK }}
47
+ # - name: Report Status
48
+ # if: always()
49
+ # uses: ravsamhq/notify-slack-action@v1
50
+ # with:
51
+ # status: ${{ job.status }}
52
+ # # notify_when: 'failure'
53
+ # env:
54
+ # SLACK_WEBHOOK_URL: ${{ secrets.ACTION_MONITORING_SLACK }}
55
55
56
56
release-test :
57
57
runs-on : ubuntu-20.04
Original file line number Diff line number Diff line change @@ -28,11 +28,11 @@ jobs:
28
28
run : make install
29
29
- name : lint
30
30
run : make lint
31
- - name : Report Status
32
- if : always()
33
- uses : ravsamhq/notify-slack-action@v1
34
- with :
35
- status : ${{ job.status }}
36
- notify_when : " failure"
37
- env :
38
- SLACK_WEBHOOK_URL : ${{ secrets.ACTION_MONITORING_SLACK }}
31
+ # - name: Report Status
32
+ # if: always()
33
+ # uses: ravsamhq/notify-slack-action@v1
34
+ # with:
35
+ # status: ${{ job.status }}
36
+ # notify_when: "failure"
37
+ # env:
38
+ # SLACK_WEBHOOK_URL: ${{ secrets.ACTION_MONITORING_SLACK }}
You can’t perform that action at this time.
0 commit comments