Skip to content

Commit

Permalink
Bump version of forked slack reporter that supports workflow_dispatch (
Browse files Browse the repository at this point in the history
…#4763)

Bump version of forked slack reporter that supports workflow_dispatch

### QA Notes

workflow_dispatch failures should no longer be grouped into one old
thread
  • Loading branch information
testlabauto authored Sep 19, 2024
1 parent 7441392 commit fc5c9f2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/positron-full-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ jobs:
if: ${{ failure() }}
steps:
- name: "Send Slack notification"
uses: testlabauto/action-test-results-to-slack@v0.0.2
uses: testlabauto/action-test-results-to-slack@v0.0.4
with:
github_token: ${{ secrets.POSITRON_GITHUB_PAT }}
slack_token: ${{ secrets.SMOKE_TESTS_SLACK_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/positron-merge-to-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ jobs:
if: ${{ failure() && needs.linux.outputs.target == 'smoketest-merge-to-main' }}
steps:
- name: 'Send Slack notification'
uses: testlabauto/action-test-results-to-slack@v0.0.2
uses: testlabauto/action-test-results-to-slack@v0.0.4
with:
github_token: ${{ secrets.POSITRON_GITHUB_PAT }}
slack_token: ${{ secrets.SMOKE_TESTS_SLACK_TOKEN }}
Expand Down
1 change: 0 additions & 1 deletion test/smoke/src/areas/positron/rmarkdown/rmarkdown.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ export function setup(logger: Logger) {
});

// test depends on the previous test
// skipping this test for now. need to determine what to do about the dialog that is appearing in CI
it('Preview RMarkdown [C709147]', async function () {
const app = this.app as Application; //Get handle to application

Expand Down

0 comments on commit fc5c9f2

Please sign in to comment.