Skip to content

Commit

Permalink
[MOB-3028] Forcely perform snapshot tests
Browse files Browse the repository at this point in the history
  • Loading branch information
d4r1091 committed Dec 12, 2024
1 parent 24c0613 commit b7e248d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/snapshot_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,18 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Check for MARKETING_VERSION change
id: check_marketing_version
run: sh ./check_marketing_version.sh
# - name: Check for MARKETING_VERSION change
# id: check_marketing_version
# run: sh ./check_marketing_version.sh

- name: Prepare environment
if : ( steps.check_marketing_version.outputs.skipnext != 'true' )
# if : ( steps.check_marketing_version.outputs.skipnext != 'true' )
uses: ./.github/actions/prepare_environment
with:
core-token: ${{ secrets.IOS_CORE_TOKEN }}

- name: Perform Snapshot Tests and Publish Test reports
if : ( steps.check_marketing_version.outputs.skipnext != 'true' )
# if : ( steps.check_marketing_version.outputs.skipnext != 'true' )
id: perform-snapshot-tests
uses: ./.github/actions/perform_snapshot_tests
with:
Expand Down

0 comments on commit b7e248d

Please sign in to comment.