Skip to content

Commit

Permalink
maybe
Browse files Browse the repository at this point in the history
  • Loading branch information
regulad committed Aug 5, 2024
1 parent 7081d84 commit 4b46495
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,15 @@ jobs:
fetch-depth: 0
submodules: "recursive"

- name: Load public environment variables
run: |
if [ -f apps/web/.env.local.public ]; then
set -a && source apps/web/.env.local.public && set +a
else
echo "Error: apps/web/.env.local.public not found"
exit 1
fi
- name: Set up JDK ${{ env.JAVA_VERSION }}
uses: actions/setup-java@v3
with:
Expand Down

0 comments on commit 4b46495

Please sign in to comment.