shlink-web-client/.github/workflows/ci.yml

18 lines
314 B
YAML
Raw Normal View History

name: Continuous integration
on:
pull_request: null
push:
branches:
- main
2021-10-16 19:12:18 +03:00
- develop
jobs:
ci:
uses: shlinkio/github-actions/.github/workflows/web-app-ci.yml@main
with:
2022-05-25 19:13:32 +03:00
node-version: 16.15
with-mutation-tests: true
publish-coverage: true
force-install: true