Skip to content

Commit

Permalink
update(ci): fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
luisecm committed Oct 30, 2024
1 parent ade48c4 commit ae5810a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/automated-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,12 +145,11 @@ jobs:
run: echo "timestamp=$(date --utc +%Y%m%d_%H%M%SZ)" >> "$GITHUB_OUTPUT"

- name: Deploy Playwright HTML report to Github Pages
if: github.ref == 'refs/heads/main'
if: always()
uses: peaceiris/actions-gh-pages@v4
with:
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
external_repository: Satellite-im/test-reports
keep_files: true
publish_branch: gh-pages
publish_dir: ./playwright-report
destination_dir: ${{ steps.timestampidone.outputs.timestamp }}
Expand Down Expand Up @@ -211,7 +210,7 @@ jobs:

- name: Deploy report to Github Pages
uses: peaceiris/actions-gh-pages@v4
if: github.ref == 'refs/heads/main'
if: always()
with:
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
external_repository: Satellite-im/test-reports
Expand Down

0 comments on commit ae5810a

Please sign in to comment.