From 3c29922fce5c865c48313a20cc6b80fb9f2e4b1a Mon Sep 17 00:00:00 2001 From: Chris Mead Date: Thu, 19 Sep 2024 14:20:52 -0600 Subject: [PATCH] bump again & remove dead comment --- .github/workflows/positron-full-test.yml | 2 +- .github/workflows/positron-merge-to-main.yml | 2 +- test/smoke/src/areas/positron/rmarkdown/rmarkdown.test.ts | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/positron-full-test.yml b/.github/workflows/positron-full-test.yml index 52c67b3b844..5617498811f 100644 --- a/.github/workflows/positron-full-test.yml +++ b/.github/workflows/positron-full-test.yml @@ -173,7 +173,7 @@ jobs: if: ${{ failure() }} steps: - name: "Send Slack notification" - uses: testlabauto/action-test-results-to-slack@v0.0.3 + uses: testlabauto/action-test-results-to-slack@v0.0.4 with: github_token: ${{ secrets.POSITRON_GITHUB_PAT }} slack_token: ${{ secrets.SMOKE_TESTS_SLACK_TOKEN }} diff --git a/.github/workflows/positron-merge-to-main.yml b/.github/workflows/positron-merge-to-main.yml index 07ef13444f3..9470552b2d7 100644 --- a/.github/workflows/positron-merge-to-main.yml +++ b/.github/workflows/positron-merge-to-main.yml @@ -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.3 + uses: testlabauto/action-test-results-to-slack@v0.0.4 with: github_token: ${{ secrets.POSITRON_GITHUB_PAT }} slack_token: ${{ secrets.SMOKE_TESTS_SLACK_TOKEN }} diff --git a/test/smoke/src/areas/positron/rmarkdown/rmarkdown.test.ts b/test/smoke/src/areas/positron/rmarkdown/rmarkdown.test.ts index 4b82cb6471b..1ffc37271a9 100644 --- a/test/smoke/src/areas/positron/rmarkdown/rmarkdown.test.ts +++ b/test/smoke/src/areas/positron/rmarkdown/rmarkdown.test.ts @@ -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