Skip to content

Commit

Permalink
restore .yml
Browse files Browse the repository at this point in the history
  • Loading branch information
a-zakir committed Oct 5, 2023
1 parent d3dd1cc commit 49307ee
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/windows-vcpkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,13 +153,6 @@ jobs:
path: 'simtest.json'
prop_path: 'version'

- name: Run long-tests-2
uses: ./.github/workflows/run-tests
with:
simtest-tag: ${{steps.simtest-version.outputs.prop}}
batch-name: long-tests-2
os: ${{ matrix.test-platform }}

- name: Run named mps tests
uses: ./.github/workflows/run-tests
with:
Expand Down Expand Up @@ -219,6 +212,13 @@ jobs:
batch-name: long-tests-1
os: ${{ matrix.test-platform }}

- name: Run long-tests-2
if: ${{ env.RUN_EXTENDED_TESTS == 'true' }}
uses: ./.github/workflows/run-tests
with:
simtest-tag: ${{steps.simtest-version.outputs.prop}}
batch-name: long-tests-2
os: ${{ matrix.test-platform }}

- name: Run long-tests-3
if: ${{ env.RUN_EXTENDED_TESTS == 'true' }}
Expand Down

0 comments on commit 49307ee

Please sign in to comment.