Skip to content

Commit

Permalink
Merge pull request #20 from lexara-prime-ai/dev
Browse files Browse the repository at this point in the history
Updated workflows
  • Loading branch information
irfanghat authored Jul 11, 2024
2 parents ade3906 + da0ca64 commit ca7b8cd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Set [ENVIRONMENT] variables
run: echo "API_KEY=${{ secrets.API_KEY }}" >> $GITHUB_ENV

- name: Build
run: cargo build --verbose
working-directory: ./rust
Expand Down

0 comments on commit ca7b8cd

Please sign in to comment.