Skip to content

Commit

Permalink
Fix working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
DraTeots committed May 8, 2024
1 parent 1358026 commit 435fdcc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/frontend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@ jobs:
with:
node-version: '20' # LTS active till Fall 2024
- name: Install Dependencies
working-directory: ./firebird-ng
run: npm install
- name: Run Tests
working-directory: ./firebird-ng
run: ng test --watch=false --browsers=ChromeHeadlessCI

build:
Expand All @@ -32,8 +34,10 @@ jobs:
with:
node-version: '20' # Same Node version as the test job
- name: Install Dependencies
working-directory: ./firebird-ng
run: npm install
- name: Build
working-directory: ./firebird-ng
run: ng build --prod

deploy:
Expand Down

0 comments on commit 435fdcc

Please sign in to comment.