Skip to content

Commit

Permalink
Matt's feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
amankumarrr committed Mar 28, 2024
1 parent e90ca82 commit 497f60a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/daily-image-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,14 @@ jobs:
uses: ./.github/workflows/template-ui-tests.yml
with:
deploy_url: ${{ inputs.deploy_url || 'https://ssw.com.au' }}
tests_to_run: ${{ inputs.deploy_url || 'images'}}
tests_to_run: ${{ inputs.tests_to_run || 'images'}}

create-an-issue:
name: GitHub Issue
runs-on: ubuntu-latest
needs: check-broken-images
if: ${{ inputs.create_issue == true && needs.check-broken-images.outputs.testPassed == 'False' }}
if: ${{ inputs.create_issue == true && failure() }}
steps:
- uses: actions/checkout@v4

- name: Test Result
run: |
echo "Test Passed: ${{ needs.check-broken-images.outputs.testPassed }}"
Expand Down

0 comments on commit 497f60a

Please sign in to comment.