Archived
1
0

chore: update gitignore with test dirs

This commit is contained in:
Joe Previte
2021-03-09 16:36:56 -07:00
parent aeaf11ced6
commit 9ee2556dd1
4 changed files with 30 additions and 8 deletions

View File

@ -4,7 +4,7 @@ set -euo pipefail
main() {
cd "$(dirname "$0")/../.."
./release-packages/code-server*-linux-amd64/bin/code-server --home $CODE_SERVER_ADDRESS/healthz &
"./release-packages/code-server*-linux-amd64/bin/code-server" --home "$CODE_SERVER_ADDRESS"/healthz &
yarn --frozen-lockfile
yarn test:e2e
}