-
-
Notifications
You must be signed in to change notification settings - Fork 461
32 lines (29 loc) · 725 Bytes
/
Copy pathci.yml
File metadata and controls
32 lines (29 loc) · 725 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
name: CI
on:
push:
pull_request:
branches: [master]
env:
FORCE_COLOR: 1
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3.8.1
with:
node-version: 14
registry-url: https://registry.npmjs.org/
- run: npm install
- run: npm run lint
- run: npm test
- run: npm pack --dry-run
- run: npm publish
if: startsWith(github.ref, 'refs/tags/') && github.event_name != 'pull_request'
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
- uses: actions/upload-artifact@v3
if: ${{ failure() }}
with:
name: test-screenshots
path: shots/