Skip to content

Commit f1821fd

Browse files
authored
Merge pull request alei1180#124 from Stivo182/chore/workflow
Добавление сборочной линии тестирования. Отключение qa для PR
2 parents 80ceec9 + 95e2184 commit f1821fd

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.github/workflows/qa.yml

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: Контроль качества
22

33
on:
44
push:
5-
pull_request:
65
workflow_dispatch:
76

87
jobs:

.github/workflows/test.yml

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: Тестирование
2+
3+
on:
4+
push:
5+
pull_request:
6+
workflow_dispatch:
7+
8+
jobs:
9+
test:
10+
uses: autumn-library/workflows/.github/workflows/test.yml@main

0 commit comments

Comments
 (0)