Skip to content

Commit

Permalink
убрал установку 1скрипта
Browse files Browse the repository at this point in the history
  • Loading branch information
artbear committed Mar 14, 2021
1 parent 84069df commit 86475db
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 20 deletions.
23 changes: 13 additions & 10 deletions .github/workflows/qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jobs:
if: github.repository == 'vanessa-opensource/vanessa-runner'
runs-on: self-hosted
# runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
# os: [ubuntu-latest]
oscript_version: ['1.4.0']
# strategy:
# fail-fast: false
# matrix:
# # os: [ubuntu-latest]
# oscript_version: ['1.4.0']

steps:
# Загрузка проекта
Expand All @@ -33,16 +33,19 @@ jobs:
id: extract_branch

# Установка OneScript конкретной версии
- name: Установка OneScript
uses: otymko/[email protected]
with:
version: ${{ matrix.oscript_version }}
# - name: Установка OneScript
# uses: otymko/[email protected]
# with:
# version: ${{ matrix.oscript_version }}

# Установка зависимостей пакета
- name: Установка зависимостей
run: |
opm install opm
opm install --dev
# run: |
# opm install opm
# opm install add
# opm install --dev

# Запуск тестов и сбор покрытия кода
- name: Покрытие кода
Expand Down
23 changes: 13 additions & 10 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,28 +10,31 @@ jobs:
build:
runs-on: [vanessa]
# runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
# os: [ubuntu-latest, windows-latest]
oscript_version: ['1.4.0']
# strategy:
# fail-fast: false
# matrix:
# # os: [ubuntu-latest, windows-latest]
# oscript_version: ['1.4.0']

steps:
# Загрузка проекта
- name: Актуализация
uses: actions/checkout@v2

# Установка OneScript конкретной версии
- name: Установка OneScript
uses: otymko/[email protected]
with:
version: ${{ matrix.oscript_version }}
# - name: Установка OneScript
# uses: otymko/[email protected]
# with:
# version: ${{ matrix.oscript_version }}

# Установка зависимостей пакета
- name: Установка зависимостей
run: |
opm install opm
opm install --dev
# run: |
# opm install opm
# opm install add
# opm install --dev

# Задача тестирования, в результате ожидается успешное выполнение
- name: Тестирование
Expand Down

0 comments on commit 86475db

Please sign in to comment.