Skip to content

Commit 4eeb199

Browse files
Apply prettier to ci.yml
1 parent a27b8e6 commit 4eeb199

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

.github/workflows/ci.yml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -10,23 +10,23 @@ jobs:
1010
test:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v1
14-
- uses: actions/setup-node@v1
15-
with:
16-
node-version: '12.x'
17-
- name: npm install, build, and test
18-
run: npm ci
19-
- name: build
20-
run: npm run prepare
21-
env:
22-
CI: true
23-
- name: build
24-
run: npm test
25-
env:
26-
CI: true
27-
- name: saucelabs
28-
run: npm run test:browser
29-
env:
30-
CI: true
31-
SAUCE_USERNAME: ${{ secrets.SAUCE_USERNAME }}
32-
SAUCE_ACCESS_KEY: ${{ secrets.SAUCE_ACCESS_KEY }}
13+
- uses: actions/checkout@v1
14+
- uses: actions/setup-node@v1
15+
with:
16+
node-version: '12.x'
17+
- name: npm install, build, and test
18+
run: npm ci
19+
- name: build
20+
run: npm run prepare
21+
env:
22+
CI: true
23+
- name: build
24+
run: npm test
25+
env:
26+
CI: true
27+
- name: saucelabs
28+
run: npm run test:browser
29+
env:
30+
CI: true
31+
SAUCE_USERNAME: ${{ secrets.SAUCE_USERNAME }}
32+
SAUCE_ACCESS_KEY: ${{ secrets.SAUCE_ACCESS_KEY }}

0 commit comments

Comments
 (0)