Обновить .gitea/workflows/run_tests.yaml
Some checks failed
Tests / tests on CPU (push) Has been cancelled
Linter / ruff (push) Failing after 6s
Linter / eslint (push) Failing after 12s

This commit is contained in:
soaska 2024-05-03 20:44:18 +03:00
parent fed6f1af7b
commit fa4fc5b1a5

View File

@ -10,7 +10,7 @@ env:
jobs:
test:
name: tests on CPU
runs-on: ubuntu-latest
runs-on: ubuntu:22.04
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
steps:
- name: Checkout Code