Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
The-DevBlog committed Aug 17, 2023
1 parent bd30ca1 commit 675c32f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ env:
CONFIGURATION: Release
DOTNET_CORE_VERSION: 7.0.x
WORKING_DIRECTORY: devblog
CLIENT_APP_DIRECTORY: devblog/devblog/ClientApp
CLIENT_APP_DIRECTORY: .\devblog\devblog\ClientApp
jobs:
build:
runs-on: windows-latest
Expand All @@ -21,7 +21,7 @@ jobs:
run: dotnet restore "${{ env.WORKING_DIRECTORY }}"
- name: Dotnet Build
run: dotnet build "${{ env.WORKING_DIRECTORY }}" --configuration ${{ env.CONFIGURATION }} --no-restore
- name: NPM run build "${{ env.CLIENT_APP_DIRECTORY }}"
- name: npm --prefix "${{ env.CLIENT_APP_DIRECTORY }}" run build
run: npm run build
- name: Test
run: dotnet test "${{ env.WORKING_DIRECTORY }}" --no-build

0 comments on commit 675c32f

Please sign in to comment.