Skip to content

Commit

Permalink
Merge pull request #175 from Neovici/chore/beta-ci
Browse files Browse the repository at this point in the history
chore(ci): support beta releases
  • Loading branch information
megheaiulian authored Jun 16, 2022
2 parents 19ee5e9 + 4b68e68 commit 700dfbf
Show file tree
Hide file tree
Showing 7 changed files with 2,259 additions and 1,249 deletions.
File renamed without changes.
9 changes: 6 additions & 3 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ on:
pull_request:
branches:
- master
- beta
push:
branches:
- master
- beta
jobs:
test:
runs-on: ubuntu-latest
Expand All @@ -16,10 +18,11 @@ jobs:
with:
fetch-depth: 0

- name: Use Node.js 14.x
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: 14.x
node-version: 16.x
cache: 'npm'

- name: Install
run: npm ci
Expand All @@ -37,7 +40,7 @@ jobs:
SAUCE_USERNAME: ${{ secrets.SAUCE_USERNAME }}
SAUCE_ACCESS_KEY: ${{ secrets.SAUCE_ACCESS_KEY }}
run: |
echo "::add-matcher::.github/karma-problem-matcher.json"
echo "::add-matcher::.github/problem-matcher.json"
npm test
- name: Semantic release
Expand Down
Loading

0 comments on commit 700dfbf

Please sign in to comment.