Skip to content

Commit ff7839f

Browse files
committed
wip: try ci.yaml with test unit only
1 parent 090ead5 commit ff7839f

File tree

1 file changed

+0
-29
lines changed

1 file changed

+0
-29
lines changed

.github/workflows/ci.yaml

-29
Original file line numberDiff line numberDiff line change
@@ -30,35 +30,6 @@ jobs:
3030
with:
3131
args: ./ci/steps/test-unit.sh
3232

33-
test-e2e:
34-
needs: linux-amd64
35-
runs-on: ubuntu-latest
36-
env:
37-
PASSWORD: e45432jklfdsab
38-
CODE_SERVER_ADDRESS: http://localhost:8080
39-
steps:
40-
- uses: actions/checkout@v1
41-
- name: Download release packages
42-
uses: actions/download-artifact@v2
43-
with:
44-
name: release-packages
45-
path: ./release-packages
46-
- name: Untar code-server file
47-
run: |
48-
cd release-packages && tar -xzf code-server*-linux-amd64.tar.gz
49-
- uses: microsoft/playwright-github-action@v1
50-
- name: Install dependencies and run tests
51-
with:
52-
args: ./ci/steps/test-e2e.sh
53-
- name: Upload test artifacts
54-
if: always()
55-
uses: actions/upload-artifact@v2
56-
with:
57-
name: test-videos
58-
path: ./test/e2e//videos
59-
- name: Remove release packages and test artifacts
60-
run: rm -rf ./release-packages ./test/e2e/videos
61-
6233
release:
6334
runs-on: ubuntu-latest
6435
steps:

0 commit comments

Comments
 (0)