Skip to content

Commit

Permalink
Attempt to only have "Install Node modules" step in the build job
Browse files Browse the repository at this point in the history
  • Loading branch information
tjementum committed Nov 11, 2023
1 parent 45bc5fd commit 91cbf8e
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,6 @@ jobs:
- name: Install Bun
uses: oven-sh/setup-bun@v1

- name: Install Node modules
working-directory: application/account-management/WebApp
run: bun install

- name: Install dotCover
run: dotnet tool install --global JetBrains.dotCover.GlobalTool

Expand All @@ -95,10 +91,6 @@ jobs:
- name: Install Bun
uses: oven-sh/setup-bun@v1

- name: Install Node modules
working-directory: application/account-management/WebApp
run: bun install

- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
Expand Down

0 comments on commit 91cbf8e

Please sign in to comment.