Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
pirocheto committed Nov 28, 2023
1 parent 01151a0 commit 493fbf7
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/run_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,16 @@ jobs:
run: |
source .venv/bin/activate
pytest
- name: Create report
- name: Set up CML
uses: iterative/setup-cml@v2
- name: Create CML report
env:
REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run:
poetry install --no-root --no-interaction --only report

source .venv/bin/activate
make report
- name: Set up CML
uses: iterative/setup-cml@v2
- name: Create Pull Request
env:
REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
cml comment create report.md
cml comment create report.md


0 comments on commit 493fbf7

Please sign in to comment.