Skip to content

Commit

Permalink
workflow check
Browse files Browse the repository at this point in the history
  • Loading branch information
jibin362 committed Jun 11, 2024
1 parent 2441fa9 commit bfd688f
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 1,503 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,3 @@ jobs:
app-name: test-poc-service
publish-profile: ${{ secrets.PUBLISH_PROFILE }}
package: ${{ github.workspace }}/release.zip

- name: Configure SCM_DO_BUILD_DURING_DEPLOYMENT
uses: azure/CLI@v1
with:
inlineScript: az webapp config appsettings set --name test-poc-service --resource-group test-poc-service_group-829e --settings SCM_DO_BUILD_DURING_DEPLOYMENT=true
2 changes: 1 addition & 1 deletion libs/test/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export default function sum(a, b) {
export function sum(a, b) {
return a + b;
}
2 changes: 1 addition & 1 deletion libs/test/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "test",
"name": "@libs/test",
"version": "1.0.0",
"main": "index.js",
"type": "module",
Expand Down
12 changes: 0 additions & 12 deletions nx.json

This file was deleted.

Loading

0 comments on commit bfd688f

Please sign in to comment.