Skip to content

Commit

Permalink
fix command name
Browse files Browse the repository at this point in the history
  • Loading branch information
dugalh committed May 15, 2024
1 parent 07a96e0 commit 6d93025
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/install-test-testpypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ jobs:
timeout-minutes: 5
run: |
cd tests/data
orthority frame --help
orthority odm --dataset-dir odm
orthority odm --dataset-dir odm --export-params
oty frame --help
oty odm --dataset-dir odm
oty odm --dataset-dir odm --export-params
ls ./odm/orthority/*
test -f ./odm/orthority/100_0005_0018_ORTHO.tif && echo "Pass" || echo "Fail"
test -f ./odm/orthority/int_param.yaml && echo "Pass" || echo "Fail"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-testpypi.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build & publish to Test PyPI
name: Build & publish to TestPyPI
on:
workflow_dispatch:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-unit-tests_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@ jobs:
- name: Upload coverage
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: false
fail_ci_if_error: true
files: ./coverage.xml
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 6d93025

Please sign in to comment.