Skip to content

Commit 2be7fa5

Browse files
added secretss
1 parent d055c47 commit 2be7fa5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,9 @@ jobs:
2929
run: |
3030
make check_code_quality
3131
- name: 🧪 Test
32+
env:
33+
ROBOFLOW_API_KEY: ${{ secrets.ROBOFLOW_API_KEY }}
34+
PROJECT_NAME: ${{ secrets.PROJECT_NAME }}
35+
PROJECT_VERSION: ${{ secrets.PROJECT_VERSION }}
36+
3237
run: "python -m unittest"

0 commit comments

Comments
 (0)