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 }}
cancel-in-progress: true
jobs:
check:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
@ -26,4 +26,4 @@ jobs:
if: steps.files.outputs.any_changed == 'true'
run: |
npm install
npm test
npm test -- sites