Skip to content

Commit

Permalink
bump again & remove dead comment
Browse files Browse the repository at this point in the history
  • Loading branch information
testlabauto committed Sep 19, 2024
1 parent afdd286 commit 3c29922
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.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 }}
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.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 }}
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 3c29922

Please sign in to comment.