Skip to content

Commit

Permalink
Fix gulp directory
Browse files Browse the repository at this point in the history
  • Loading branch information
harryy94 committed Jan 16, 2025
1 parent 5a76f32 commit 886e559
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/validate-web.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
dir: ./src/web/CareLeavers.Web

- name: Run Gulp Dev
working-directory: ./src
working-directory: ./src/web/CareLeavers.Web
run: gulp dev

- name: Setup .NET
Expand All @@ -43,11 +43,11 @@ jobs:
src/**/packages.lock.json
- name: Restore dependencies
working-directory: ./src
working-directory: ./src/web
run: dotnet restore --locked-mode

- name: Build Web
working-directory: ./src
working-directory: ./src/web
run: dotnet build --no-restore

- name: Run Integration Tests
Expand Down

0 comments on commit 886e559

Please sign in to comment.