Removing SpecFlow test execution from the compile workflow

This commit is contained in:
Benedek Farkas
2024-03-08 10:49:08 +01:00
parent 844b60059e
commit 1ad1aa278e

View File

@@ -31,6 +31,3 @@ jobs:
- name: Test
run: msbuild Orchard.proj /m /t:Test
- name: Spec
run: msbuild Orchard.proj /m /t:Spec