Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vazirim authored Aug 30, 2024
1 parent 94f1613 commit db709ff
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@ name: Build

on: [push, pull_request]

env:
WATSONX_KEY: deployment
WATSONX_PROJECT_ID: deployment
WATSONX_API: deployment

jobs:
tests:
name: static checks / linters
Expand Down Expand Up @@ -45,3 +40,8 @@ jobs:
run: pre-commit run -a
- name: run tests
run: py.test -v --capture=tee-sys tests
env:
WATSONX_PROJECT_ID: ${{ secrets.WATSONX_PROJECT_ID }}
WATSONX_KEY: ${{ secrets.WATSONX_KEY }}
WATSONX_API: ${{ secrets.WATSONX_API }}

0 comments on commit db709ff

Please sign in to comment.