diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml deleted file mode 100644 index d52adce..0000000 --- a/.github/workflows/tests.yml +++ /dev/null @@ -1,22 +0,0 @@ -name: Tests - -on: - push: - branches: - - '**' - tags: - - '**' - -jobs: - tests: - runs-on: ubuntu-latest - steps: - - name: Checkout repository - uses: actions/checkout@v3 - - name: Check if the repository is private - run: exit 1 - if: ${{github.event.repository.private}} - - name: Tests - uses: Yandex-Practicum/test-project-action@v1 - with: - project: 'slozhno-sosredotochitsya-fd'