aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2023-01-13 10:44:51 +0300
committerGravatar Vitaly Takmazov2023-01-13 11:04:54 +0300
commit3614e81abe4528072dd25168e06bc7d1e73a4885 (patch)
tree966729be1f325662e2c8164d51a3f6ecf3c01a45 /.github/workflows
parent3eb790c077720631281d84f582027f6bb89c24de (diff)
CI: merge vnext configuration
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 3e4a1cdf..a1b9f707 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -50,3 +50,15 @@ jobs:
with:
report_paths: "**/target/surefire-reports/TEST-*.xml"
github_token: ${{ secrets.GITHUB_TOKEN }}
+ vnext:
+ defaults:
+ run:
+ working-directory: vnext
+ runs-on: ubuntu-latest
+ steps:
+ - uses: actions/checkout@v2
+ - run: npm ci
+ - run: npm test
+ - run: npm run lint
+ - run: npm run build
+ - run: npm run build:ssr