Skip to content

Merge pull request #163 from meabed/renovate/all-minor-patch #170

Merge pull request #163 from meabed/renovate/all-minor-patch

Merge pull request #163 from meabed/renovate/all-minor-patch #170

Workflow file for this run

name: ci
on:
push:
paths:
- 'src/**'
- 'test/**'
- 'typings/**'
- 'template/**'
- 'package.json'
- 'yarn.lock'
branches:
- '*'
env:
CI: true
jobs:
build:
runs-on: ubuntu-18.04
timeout-minutes: 20
steps:
- uses: styfle/cancel-workflow-action@0.11.0
with:
workflow_id: build-docker.yml
access_token: ${{ github.token }}
- uses: actions/checkout@v3
with:
fetch-depth: 30
persist-credentials: false
# - name: Yarn install
# uses: bahmutov/npm-install@v1
# with:
# install-command: yarn --frozen-lockfile --silent
- name: Yarn install
run: |
yarn
- name: Build
run: |
yarn build
- name: Test
run: |
yarn test