Skip to content

Commit

Permalink
docs: update Github Actions link to point to sample (#297)
Browse files Browse the repository at this point in the history
The Github Actions link was pointing to a non existent Travis sample.
This has been corrected to point to the Github Actions sample.
  • Loading branch information
kamaal111 authored Jan 23, 2025
1 parent 61b49aa commit 20ba547
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Supported:

## Usage

See [./sample](./sample) for a runnable sample, with [Azure DevOps Pipelines](https://github.com/microsoft/vscode-test/blob/main/sample/azure-pipelines.yml) and [Github ACtions](https://github.com/microsoft/vscode-test/blob/main/sample/.travis.yml) configuration.
See [./sample](./sample) for a runnable sample, with [Azure DevOps Pipelines](https://github.com/microsoft/vscode-test/blob/main/sample/azure-pipelines.yml) and [Github Actions](https://github.com/microsoft/vscode-test/blob/main/sample/.github/workflows/ci.yml) configuration.

```ts
import { runTests, runVSCodeCommand, downloadAndUnzipVSCode } from '@vscode/test-electron';
Expand Down

0 comments on commit 20ba547

Please sign in to comment.