Skip to content

Commit

Permalink
chore: updated workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gentlementlegen committed Dec 2, 2024
1 parent 2bfccf4 commit c198930
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/development-azure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ jobs:

- uses: oven-sh/setup-bun@v2

# bun run jest:test
- name: 'Resolve Project Dependencies Using Bun'
shell: pwsh
run: |
pushd './${{ env.AZURE_FUNCTIONAPP_PACKAGE_PATH }}'
bun install
bun run build
# bun run jest:test
popd
- name: Upload artifact for deployment job
Expand Down

0 comments on commit c198930

Please sign in to comment.