Skip to content

Commit

Permalink
GitHubActions
Browse files Browse the repository at this point in the history
  • Loading branch information
akshayp7 committed Feb 25, 2024
1 parent fc99af6 commit b5119da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,15 +72,15 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: html-report
path: artifacts/html-report.zip
path: html-report.zip
# Specify the directory structure for the artifact
if-no-files-found: error
if: always()

- name: Generate artifact link
id: artifact_link
# Adjust the wait time as needed
run: echo "::set-output name=artifact_url::https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}/artifacts"
run: echo "::set-output name=artifact_url::https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}/"
if: always()

# Send Slack notification once the tests are completed
Expand Down

0 comments on commit b5119da

Please sign in to comment.