Обновить .gitea/workflows/check-tests.yml
Some checks failed
Clang-format Check / clang-format-check (push) Has been cancelled
Tests Check / test-check (push) Failing after 4s

This commit is contained in:
onyad 2023-10-26 10:00:40 +00:00
parent 3a4522fe9d
commit c51b0185f2

View file

@ -4,8 +4,8 @@ on: [push]
jobs:
test-check:
# runs-on: 1onyad1/cpp_ci:latest
runs-on: ubuntu-latest
runs-on: 1onyad1/cpp_ci:latest
# runs-on: ubuntu-latest
steps:
- name: Checkout repository