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 a838d94 commit 2bfccf4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .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

- name: 'Resolve Project Dependencies Using Npm'
- name: 'Resolve Project Dependencies Using Bun'
shell: pwsh
run: |
pushd './${{ env.AZURE_FUNCTIONAPP_PACKAGE_PATH }}'
bun install
bun run build
bun run jest:test
# bun run jest:test
popd

- name: Upload artifact for deployment job
Expand Down Expand Up @@ -66,6 +66,6 @@ jobs:
uses: Azure/functions-action@v1
id: fa
with:
app-name: 'mabit'
app-name: 'ubiquity-os'
slot-name: 'Production'
package: ${{ env.AZURE_FUNCTIONAPP_PACKAGE_PATH }}

0 comments on commit 2bfccf4

Please sign in to comment.