Update _test.yml

This commit is contained in:
Aleksandr Statciuk 2022-05-10 15:33:01 +03:00
parent 67d0e387d1
commit 7fe3844aa2

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