Skip to content

Commit

Permalink
fix 3
Browse files Browse the repository at this point in the history
  • Loading branch information
datguychen committed Oct 9, 2023
1 parent 4203450 commit fa81f6f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 25 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/CronWorkflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,4 @@ jobs:
name: playwright-report
path: playwright-report
retention-days: 5
- name: Push Testmo Report
if: always()
run: |
npx testmo automation:run:submit \
--instance "$TESTMO_URL" \
--project-id 1 \
--name "Cron Workflow" \
--source "Cron-Portfolio" \
--results testmoresults/test-results.xml \
env:
TESTMO_URL: ${{ secrets.TESTMO_URL }}
TESTMO_TOKEN: ${{ secrets.TESTMO_TOKEN }}

14 changes: 1 addition & 13 deletions .github/workflows/PushWorkflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,4 @@ jobs:
with:
name: playwright-report
path: playwright-report
retention-days: 5
- name: Push Testmo Report
if: always()
run: |
npx testmo automation:run:submit \
--instance "$TESTMO_URL" \
--project-id 1 \
--name "Push Workflow" \
--source "Push-Portfolio" \
--results testmoresults/test-results.xml \
env:
TESTMO_URL: ${{ secrets.TESTMO_URL }}
TESTMO_TOKEN: ${{ secrets.TESTMO_TOKEN }}
retention-days: 5

0 comments on commit fa81f6f

Please sign in to comment.