Skip to content

Commit

Permalink
make sure it is not a PATH problem
Browse files Browse the repository at this point in the history
  • Loading branch information
jdettmannnava committed Jan 24, 2025
1 parent cd15401 commit 33916c4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ jobs:
wc -l ops/config/decrypted/local.env
- name: "API Build"
run: |
echo $PATH
export PATH=$PATH:~/.local/bin
make ci-app
- name: "Move jacoco reports"
run: |
Expand Down

0 comments on commit 33916c4

Please sign in to comment.