Merge branch 'master' into pr/787

This commit is contained in:
Aleksandr Statciuk 2022-05-10 15:36:48 +03:00
commit fbcf350420

View file

@ -7,7 +7,7 @@ concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true cancel-in-progress: true
jobs: jobs:
check: test:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
@ -26,4 +26,4 @@ jobs:
if: steps.files.outputs.any_changed == 'true' if: steps.files.outputs.any_changed == 'true'
run: | run: |
npm install npm install
npm test npm test -- sites