Skip to content

Commit

Permalink
updates Github Action url for e2e tests (#1053)
Browse files Browse the repository at this point in the history
  • Loading branch information
pastuxso committed Jan 16, 2024
1 parent c6cddd7 commit 6352f77
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions examples/test.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
runme:
id: 01HF7B0KJM3HHFDVSXA6E12JM3
version: v2.0
version: v2.2
---

# Runme Examples
Expand All @@ -26,5 +26,5 @@ export FOO="don't prompt me"
# GitHub Action Integration

```yaml {"id":"01HF7B0KJM3HHFDVSXA44VPZSC"}
https://github.com/stateful/runme-canary/actions/workflows/test-inputs.yml
https://github.com/stateful/vscode-runme/actions/workflows/test-inputs.yml
```
2 changes: 1 addition & 1 deletion tests/e2e/specs/githubAction.e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ describe('Runme GitHub Workflow Integration', async () => {
before(async () => {
await notebook.focusDocument()
cell = await notebook.getCell(
'https://github.com/stateful/runme-canary/actions/workflows/test-inputs.yml',
'https://github.com/stateful/vscode-runme/actions/workflows/test-inputs.yml',
)
})

Expand Down

0 comments on commit 6352f77

Please sign in to comment.