Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
OpportunityLiu committed Nov 11, 2019
1 parent bc848d6 commit 1754c51
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/build.yml
@@ -1,6 +1,8 @@
name: build

on: [push, create]
on:
- push
- create

jobs:
build:
Expand All @@ -15,15 +17,15 @@ jobs:
- name: npm install
run: npm ci
env:
CI: true
CI: 'true'
- name: npm build
run: npm run build
env:
CI: true
CI: 'true'
- name: web-ext lint
run: npx web-ext lint -s dist
env:
CI: true
CI: 'true'
- uses: actions/upload-artifact@master
with:
name: EhSyringe.zip
Expand Down

0 comments on commit 1754c51

Please sign in to comment.