This repository was archived by the owner on Dec 15, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change 15
15
env :
16
16
DISPLAY : " :99"
17
17
ATOM_GITHUB_BABEL_ENV : coverage
18
- ATOM_CHANNEL : beta
19
- ATOM : /tmp/atom/usr/bin/atom-beta
20
- APM : /tmp/atom/usr/share/atom-beta /resources/app/apm/bin/apm
18
+ ATOM_CHANNEL : nightly
19
+ ATOM : /tmp/atom/usr/bin/atom-nightly
20
+ APM : /tmp/atom/usr/share/atom-nightly /resources/app/apm/bin/apm
21
21
MOCHA_TIMEOUT : 60000
22
22
UNTIL_TIMEOUT : 30000
23
23
steps :
62
62
runs-on : macos-10.14
63
63
env :
64
64
ATOM_GITHUB_BABEL_ENV : coverage
65
- ATOM_CHANNEL : beta
66
- ATOM : /tmp/atom/Atom\ Beta .app/Contents/Resources/app/atom.sh
67
- APM : /tmp/atom/Atom\ Beta .app/Contents/Resources/app/apm/bin/apm
65
+ ATOM_CHANNEL : nightly
66
+ ATOM : /tmp/atom/Atom\ Nightly .app/Contents/Resources/app/atom.sh
67
+ APM : /tmp/atom/Atom\ Nightly .app/Contents/Resources/app/apm/bin/apm
68
68
MOCHA_TIMEOUT : 60000
69
69
UNTIL_TIMEOUT : 30000
70
70
steps :
@@ -102,9 +102,9 @@ jobs:
102
102
runs-on : ubuntu-18.04
103
103
env :
104
104
DISPLAY : " :99"
105
- ATOM_CHANNEL : beta
106
- ATOM : /tmp/atom/usr/bin/atom-beta
107
- APM : /tmp/atom/usr/share/atom-beta /resources/app/apm/bin/apm
105
+ ATOM_CHANNEL : nightly
106
+ ATOM : /tmp/atom/usr/bin/atom-nightly
107
+ APM : /tmp/atom/usr/share/atom-nightly /resources/app/apm/bin/apm
108
108
steps :
109
109
- uses : actions/checkout@v1
110
110
- name : install Atom
@@ -133,9 +133,9 @@ jobs:
133
133
runs-on : ubuntu-18.04
134
134
env :
135
135
DISPLAY : " :99"
136
- ATOM_CHANNEL : beta
137
- ATOM : /tmp/atom/usr/bin/atom-beta
138
- APM : /tmp/atom/usr/share/atom-beta /resources/app/apm/bin/apm
136
+ ATOM_CHANNEL : nightly
137
+ ATOM : /tmp/atom/usr/bin/atom-nightly
138
+ APM : /tmp/atom/usr/share/atom-nightly /resources/app/apm/bin/apm
139
139
ATOM_GITHUB_BABEL_ENV : coverage
140
140
ATOM_GITHUB_TEST_SUITE : snapshot
141
141
steps :
You can’t perform that action at this time.
0 commit comments