We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 528c19a commit e135345Copy full SHA for e135345
.github/workflows/testing.yml
@@ -32,7 +32,7 @@ jobs:
32
- name: Установка зависимостей
33
run: |
34
opm install opm
35
- opm install --dev
+ opm install -l --dev
36
37
# Задача тестирования, в результате ожидается успешное выполнение
38
- name: Тестирование
0 commit comments