Skip to content

Commit 5bbdab3

Browse files
authored
Merge pull request #185 from Neovici/chore/beta-ci
chore(ci): support beta releases
2 parents cebb78f + 3d740ed commit 5bbdab3

File tree

6 files changed

+3239
-3304
lines changed

6 files changed

+3239
-3304
lines changed
File renamed without changes.

.github/workflows/workflow.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@ on:
44
pull_request:
55
branches:
66
- master
7+
- beta
78
push:
89
branches:
910
- master
11+
- beta
1012
jobs:
1113
test:
1214
runs-on: ubuntu-latest
@@ -43,7 +45,7 @@ jobs:
4345
run: |
4446
([[ -e $NEO_CC ]] || curl -L $NEO_CC_URL > $NEO_CC) && chmod +x $NEO_CC
4547
$NEO_CC before-build
46-
echo "::add-matcher::.github/karma-problem-matcher.json"
48+
echo "::add-matcher::.github/problem-matcher.json"
4749
npm test
4850
$NEO_CC after-build --exit-code $?
4951

0 commit comments

Comments
 (0)