Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] develop from vanessa-opensource:develop #16

Merged
merged 4 commits into from
Dec 2, 2024
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
26 changes: 2 additions & 24 deletions .github/workflows/qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,23 +19,7 @@ jobs:
oscript_version: ['stable']
v8_version: ['8.3.23.1997']
locale: ['ru_RU']
steps:
- name: Set Russian locale
if: matrix.os == 'windows-latest'
run: |
powershell -Command "Set-WinUILanguageOverride -Language ru-RU"
powershell -Command "Set-WinUserLanguageList ru-RU -Force"
powershell -Command "Set-Culture ru-RU"
powershell -Command "Set-WinSystemLocale ru-RU"

- name: Verify locale settings
if: matrix.os == 'windows-latest'
run: |
powershell -Command "Get-WinUILanguageOverride"
powershell -Command "Get-WinUserLanguageList"
powershell -Command "Get-Culture"
powershell -Command "Get-WinSystemLocale"

steps:
- name: Актуализация
uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -97,9 +81,6 @@ jobs:

# Запись лицензии в файл
echo "${{ secrets.ONEC_LICENCE }}" | sudo tee /var/1C/licenses/licence.lic > /dev/null

# Назначение группы владельца каталога
sudo chown root:grp1cv8 /var/1C/licenses/licence.lic

# Назначение прав
sudo chmod 777 -R /var/1C/licenses
Expand All @@ -113,10 +94,7 @@ jobs:
sudo tee /opt/1cv8/conf/conf.cfg > /dev/null <<EOF
DisableUnsafeActionProtection=.*
SystemLanguage=System
EOF

sudo chown root:grp1cv8 /opt/1cv8/conf/conf.cfg

EOF
# Назначение прав
sudo chmod 777 -R /opt/1cv8/conf/

Expand Down
8 changes: 1 addition & 7 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,6 @@ jobs:

# Запись лицензии в файл
echo "${{ secrets.ONEC_LICENCE }}" | sudo tee /var/1C/licenses/licence.lic > /dev/null

# Назначение группы владельца каталога
sudo chown root:grp1cv8 /var/1C/licenses/licence.lic

# Назначение прав
sudo chmod 777 -R /var/1C/licenses
Expand All @@ -123,10 +120,7 @@ jobs:
sudo tee /opt/1cv8/conf/conf.cfg > /dev/null <<EOF
DisableUnsafeActionProtection=.*
SystemLanguage=System
EOF

sudo chown root:grp1cv8 /opt/1cv8/conf/conf.cfg

EOF
# Назначение прав
sudo chmod 777 -R /opt/1cv8/conf/

Expand Down
Loading