Archived
1
0

feat: add test to visit go home in app menu

This commit is contained in:
Joe Previte
2021-01-28 16:23:55 -07:00
parent d7e41a3187
commit 3033c8f9a2
4 changed files with 39 additions and 24 deletions

View File

@ -24,6 +24,9 @@ jobs:
test:
needs: linux-amd64
runs-on: ubuntu-latest
env:
PASSWORD: e45432jklfdsab
CODE_SERVER_ADDRESS: http://localhost:8080
steps:
- uses: actions/checkout@v1
- name: Download release packages
@ -37,7 +40,7 @@ jobs:
- uses: microsoft/playwright-github-action@v1
- name: Install dependencies and run tests
run: |
node ./release-packages/code-server*-linux-amd64 &
node ./release-packages/code-server*-linux-amd64 --home $CODE_SERVER_ADDRESS/healthz &
yarn --frozen-lockfile
yarn test