Skip to content

Commit

Permalink
test: init vscode-test windows
Browse files Browse the repository at this point in the history
  • Loading branch information
yini-chen committed Apr 16, 2024
1 parent a0a74ac commit 189df68
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/smoketest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,24 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Set up Node.js
uses: actions/setup-node@v1
with:
node-version: "20"

- name: Install Yarn
run: npm install --global yarn

- name: Install Dependencies
run: yarn install

- name: Run Smoke Test
run: npm run test
smoke-test-windows:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4

- name: Set up Node.js
uses: actions/setup-node@v1
with:
Expand Down

0 comments on commit 189df68

Please sign in to comment.