File tree 1 file changed +0
-29
lines changed
1 file changed +0
-29
lines changed Original file line number Diff line number Diff line change 30
30
with :
31
31
args : ./ci/steps/test-unit.sh
32
32
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
-
62
33
release :
63
34
runs-on : ubuntu-latest
64
35
steps :
You can’t perform that action at this time.
0 commit comments