Skip to content

Commit

Permalink
hotfix for endpoint naming issue (#325)
Browse files Browse the repository at this point in the history
Co-authored-by: Administrator <[email protected]>
  • Loading branch information
derekadombek and Administrator authored Oct 16, 2024
1 parent bfb64f1 commit 9819d20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-deploy-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Install NPM packages
run: npm ci
- name: Build project
run: VITE_API_URL='https://reportvision-ocr-api-dev.azurewebsites.net/' npm run build
run: VITE_API_URL='https://reportvision-ocr-dev.azurewebsites.net/' npm run build
- name: Run unit tests
run: npm run test
- name: Create client build archive
Expand Down

0 comments on commit 9819d20

Please sign in to comment.