Skip to content

Commit

Permalink
Cleanup workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
CrazyMax committed May 6, 2020
1 parent 2555b3b commit 88f1da8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@ on:
pull_request:
branches:
- master
- feature/*
- releases/*
push:
branches:
- master
- feature/*
- releases/*

jobs:
Expand Down
9 changes: 3 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@ on:
pull_request:
branches:
- master
- feature/*
- releases/*
push:
branches:
- master
- feature/*
- releases/*

jobs:
Expand All @@ -18,14 +20,9 @@ jobs:
# https://github.com/actions/checkout
name: Checkout
uses: actions/checkout@v2
-
name: Build
run: |
npm install
npm run build
-
name: Install
run: npm ci
run: npm install
-
name: Build
run: npm run build
Expand Down

0 comments on commit 88f1da8

Please sign in to comment.