Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
pirocheto committed Nov 28, 2023
1 parent 1d157f6 commit 7f8a344
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish_model.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ run-name: Publish Model
on:
push:
branches:
- train
- dev
- main
paths:
- metrics.json
jobs:
Expand Down
11 changes: 6 additions & 5 deletions .github/workflows/run_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ run-name: Run Test
on:
push:
branches:
- train
- dev
jobs:
run_test:
Expand Down Expand Up @@ -36,11 +35,13 @@ jobs:
pytest
- name: Set up CML
uses: iterative/setup-cml@v2
- name: Create report
run:
poetry install --no-root --no-interaction --only report
source .venv/bin/activate
make report
- name: Create Pull Request
env:
REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
poetry install --no-root --no-interaction --only report
source .venv/bin/activate
make report
# cml comment create report.md
cml comment create report.md

0 comments on commit 7f8a344

Please sign in to comment.