Skip to content

Commit

Permalink
Update Github CI
Browse files Browse the repository at this point in the history
  • Loading branch information
nkokla committed Aug 28, 2024
1 parent dd14f9b commit d4d5600
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ env:
NEXT_PUBLIC_API_BAN_URL: ${{ vars.NEXT_PUBLIC_API_BAN_URL }}
NEXT_PUBLIC_BAL_ADMIN_API_URL: ${{ vars.NEXT_PUBLIC_BAL_ADMIN_API_URL }}
NEXT_PUBLIC_API_GEO_URL: ${{ vars.NEXT_PUBLIC_API_GEO_URL }}
NEXT_PUBLIC_ADRESSE_URL: ${{ vars.NEXT_PUBLIC_ADRESSE_URL }}

jobs:
build:
Expand All @@ -28,4 +29,4 @@ jobs:
- name: Lint the codebase
run: npm run lint
- name: Build
run: npm run build
run: npm run build

0 comments on commit d4d5600

Please sign in to comment.