Skip to content
This repository was archived by the owner on Jun 13, 2025. It is now read-only.

Commit 6d031fa

Browse files
committed
t8
1 parent 4f2da73 commit 6d031fa

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ jobs:
8787
cache_file: "uv.lock"
8888

8989
upload-overwatch:
90+
runs-on: ubuntu-latest
9091
steps:
9192
- name: Install Static Analysis Tools
9293
run: |
@@ -97,9 +98,4 @@ jobs:
9798
curl -o overwatch-cli https://overwatch.codecov.dev/linux/cli
9899
chmod +x overwatch-cli
99100
- name: Run Overwatch CLI
100-
run: |
101-
./overwatch-cli \
102-
--auth-token ${{ secrets.SENTRY_AUTH_TOKEN }} \
103-
--organization-slug codecov \
104-
python \
105-
--python-path $(which python3)
101+
run: cli --auth-token ${{ secrets.SENTRY_AUTH_TOKEN }} python

0 commit comments

Comments
 (0)