Skip to content

Commit

Permalink
Merge pull request #209 from palladiumkenya/MaryKilewe-patch-5
Browse files Browse the repository at this point in the history
Update build-dwapi-dev.yml
  • Loading branch information
MaryKilewe authored Apr 9, 2024
2 parents 72a62db + c48e537 commit 5aa08ca
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-dwapi-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ jobs:
uses: actions/setup-dotnet@v1
with:
dotnet-version: '2.1.x' # Change this to the .NET Core SDK version you're using

- name: Build the ASP.NET app
run: dotnet build src/Dwapi/Dwapi.csproj --configuration Release

- name: Install Node.js and npm
uses: actions/setup-node@v2
Expand All @@ -31,7 +28,10 @@ jobs:
- name: Install dependencies
run: npm install
working-directory: src/Dwapi


- name: Build the ASP.NET app
run: dotnet build src/Dwapi/Dwapi.csproj --configuration Release

- name: Build the angular UI
run: npm run build
working-directory: src/Dwapi
Expand Down

0 comments on commit 5aa08ca

Please sign in to comment.