Skip to content

Commit d5f8bce

Browse files
committed
feat: update workflow
1 parent 7bbd536 commit d5f8bce

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,3 +163,6 @@ jobs:
163163
- name: Untar code-server file
164164
run: |
165165
tar -xzf release-packages/code-server*-linux-amd64.tar.gz
166+
- uses: microsoft/playwright-github-action@v1
167+
- name: Install dependencies and run tests
168+
run: node release && yarn test && pkill node

0 commit comments

Comments
 (0)