temp disabled script tests
This commit is contained in:
Jakub Míšek 2020-03-30 13:56:30 +02:00 коммит произвёл GitHub
Родитель f4e242f73e
Коммит 9b6a7a47b0
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 2 удалений

4
.github/workflows/dotnet.yml поставляемый
Просмотреть файл

@ -23,8 +23,8 @@ jobs:
run: dotnet test ./src/Tests/Peachpie.Runtime.Tests --verbosity normal
- name: Peachpie.DiagnosticTests
run: dotnet test ./src/Tests/Peachpie.DiagnosticTests --verbosity normal
- name: Peachpie.ScriptTests
run: dotnet test ./src/Tests/Peachpie.ScriptTests --verbosity normal
# - name: Peachpie.ScriptTests
# run: dotnet test ./src/Tests/Peachpie.ScriptTests --verbosity normal
- name: Build
run: dotnet build ./src/Peachpie.NET.Sdk/ -c Release --no-restore -p:VersionSuffix=ghaction${{github.run_number}}