Skip to content

Commit 02b492d

Browse files
f
1 parent 9ead373 commit 02b492d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
jobs:
77
smoke-test:
88
strategy:
9+
fail-fast: false
910
matrix:
1011
args:
1112
- "--invites"
@@ -51,7 +52,6 @@ jobs:
5152

5253
- name: Check header in first line
5354
run: |
54-
# Определяем HEADER в зависимости от matrix.args
5555
case "${{ matrix.args }}" in
5656
--invites)
5757
HEADER="repository name,author name,author login,author email,date and time,changed files,commit id,branch"

0 commit comments

Comments
 (0)