Skip to content

Commit 0f0f1bf

Browse files
authored
Update qa.yml
1 parent ea4c643 commit 0f0f1bf

File tree

1 file changed

+1
-20
lines changed

1 file changed

+1
-20
lines changed

.github/workflows/qa.yml

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -19,23 +19,7 @@ jobs:
1919
oscript_version: ['stable']
2020
v8_version: ['8.3.23.1997']
2121
locale: ['ru_RU']
22-
steps:
23-
- name: Set Russian locale
24-
if: matrix.os == 'windows-latest'
25-
run: |
26-
powershell -Command "Set-WinUILanguageOverride -Language ru-RU"
27-
powershell -Command "Set-WinUserLanguageList ru-RU -Force"
28-
powershell -Command "Set-Culture ru-RU"
29-
powershell -Command "Set-WinSystemLocale ru-RU"
30-
31-
- name: Verify locale settings
32-
if: matrix.os == 'windows-latest'
33-
run: |
34-
powershell -Command "Get-WinUILanguageOverride"
35-
powershell -Command "Get-WinUserLanguageList"
36-
powershell -Command "Get-Culture"
37-
powershell -Command "Get-WinSystemLocale"
38-
22+
steps:
3923
- name: Актуализация
4024
uses: actions/checkout@v4
4125
with:
@@ -97,9 +81,6 @@ jobs:
9781
9882
# Запись лицензии в файл
9983
echo "${{ secrets.ONEC_LICENCE }}" | sudo tee /var/1C/licenses/licence.lic > /dev/null
100-
101-
# Назначение группы владельца каталога
102-
sudo chown root:grp1cv8 /var/1C/licenses/licence.lic
10384
10485
# Назначение прав
10586
sudo chmod 777 -R /var/1C/licenses

0 commit comments

Comments
 (0)