Skip to content

Commit

Permalink
Update cypress.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
harmin-parra authored Sep 24, 2024
1 parent f351181 commit 3da8e14
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,24 +32,6 @@ jobs:
name: artifact_test
path: reporting

publish:
needs: test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Download artifact
uses: actions/download-artifact@v4
with:
name: artifact_test
path: reporting
- name: Commit
run: |
rm -rf docs/*
mv reporting/report-* docs/
#mv reporting/allure-reports/report-* docs/
git config user.name "GitHub Actions"
git config user.email "[email protected]"
git add -f docs/*
git commit -m "Github Commit"
git push origin main

0 comments on commit 3da8e14

Please sign in to comment.