Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 0 additions & 15 deletions .github/workflows/pre-testing.yml

This file was deleted.

16 changes: 2 additions & 14 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,11 @@
# All rights reserved.

name: Тестирование

on:
workflow_run:
workflows: ["Pre-testing checks"]
types:
- completed

permissions:
checks: write
contents: read
# Любой пуш и pr в проекте
on: [push, pull_request]

jobs:
test:
if: ${{ github.event.workflow_run.conclusion == 'success' }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand All @@ -26,7 +17,6 @@ jobs:
os: [windows-latest, ubuntu-22.04]
locale: ['ru_RU']
fail-fast: false

steps:
- name: Установка локали
if: matrix.os == startsWith(matrix.os, 'windows')
Expand All @@ -40,8 +30,6 @@ jobs:
uses: actions/[email protected]
with:
fetch-depth: 0
repository: ${{ github.event.workflow_run.head_repository.full_name }}
ref: ${{ github.event.workflow_run.head_sha }}

# Установка OneScript конкретной версии
- name: Установка OneScript
Expand Down
Loading