Skip to content

Commit

Permalink
Merge pull request #185 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 cebb78f + 3d740ed commit 5bbdab3
Show file tree
Hide file tree
Showing 6 changed files with 3,239 additions and 3,304 deletions.
File renamed without changes.
4 changes: 3 additions & 1 deletion .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 Down Expand Up @@ -43,7 +45,7 @@ jobs:
run: |
([[ -e $NEO_CC ]] || curl -L $NEO_CC_URL > $NEO_CC) && chmod +x $NEO_CC
$NEO_CC before-build
echo "::add-matcher::.github/karma-problem-matcher.json"
echo "::add-matcher::.github/problem-matcher.json"
npm test
$NEO_CC after-build --exit-code $?
Expand Down
Loading

0 comments on commit 5bbdab3

Please sign in to comment.