Skip to content

Commit 4be6393

Browse files
committed
feat: update workflow
1 parent 2b7dfa4 commit 4be6393

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- uses: microsoft/playwright-github-action@v1
3838
- name: Install dependencies and run tests
3939
run: |
40-
cd release-packages && node code-server*-linux-amd64 &
40+
cd release-packages && node PASSWORD=e45432jklfdsab code-server*-linux-amd64 &
4141
yarn
4242
yarn test
4343
pkill node

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ node-*
1414
/plugins
1515
/lib/coder-cloud-agent
1616
.home
17-
coverage
17+
coverage

0 commit comments

Comments
 (0)