Skip to content

Commit

Permalink
Adding testing output job
Browse files Browse the repository at this point in the history
  • Loading branch information
amankumarrr committed Mar 29, 2024
1 parent 51fa0b7 commit cb099a2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/daily-image-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,15 @@ jobs:
deploy_url: ${{ inputs.deploy_url || 'https://ssw.com.au' }}
tests_to_run: ${{ inputs.tests_to_run || 'images'}}

test-output:
name: Test Output
runs-on: ubuntu-latest
needs: check-broken-images
steps:
- name: Playwright Artifact
run: |
echo "Test passed : ${{ needs.check-broken-images.outputs.testPassed }}"
create-an-issue:
name: GitHub Issue
runs-on: ubuntu-latest
Expand Down

0 comments on commit cb099a2

Please sign in to comment.