Skip to content

Commit

Permalink
revert ci tests ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
payetvin committed May 27, 2024
1 parent ff52d78 commit 7fa93e7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,31 +159,31 @@ jobs:
os: ${{ matrix.test-platform }}

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

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

- name: Run long-tests-2
if: ${{ env.IS_PUSH == 'true' }}
if: ${{ env.IS_RELEASE == '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.IS_PUSH == 'true' }}
if: ${{ env.IS_RELEASE == 'true' }}
uses: ./.github/workflows/run-tests
with:
simtest-tag: ${{steps.simtest-version.outputs.prop}}
Expand Down

0 comments on commit 7fa93e7

Please sign in to comment.