We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bbd536 commit d5f8bceCopy full SHA for d5f8bce
.github/workflows/ci.yaml
@@ -163,3 +163,6 @@ jobs:
163
- name: Untar code-server file
164
run: |
165
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