Skip to content

Commit

Permalink
test: add vscode command alicloud.api.restart test
Browse files Browse the repository at this point in the history
  • Loading branch information
yini-chen committed Apr 16, 2024
1 parent e139f2c commit f4a992c
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/smoketest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ jobs:
run: npm install --global yarn

- name: Install Dependencies
run: yarn install && cd media && yarn install
run: yarn install

- name: Install Dependencies Media
run: cd media && yarn install

- name: Run Smoke Test
run: npm run test
Expand All @@ -35,7 +38,10 @@ jobs:
run: npm install --global yarn

- name: Install Dependencies
run: yarn install && cd media && yarn install
run: yarn install

- name: Install Dependencies Media
run: cd media && yarn install

- name: Run Smoke Test
run: npm run test

0 comments on commit f4a992c

Please sign in to comment.