Skip to content

Commit

Permalink
Fix working-directory 2
Browse files Browse the repository at this point in the history
  • Loading branch information
DraTeots committed May 8, 2024
1 parent 40a7ad6 commit 04c0e1e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/frontend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ jobs:
build:
needs: test
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./firebird-ng
steps:
- uses: actions/checkout@v4
- name: Setup Node.js
Expand All @@ -45,6 +42,7 @@ jobs:
cache-dependency-path: ./firebird-ng/package-lock.json

- name: Build
working-directory: ./firebird-ng
run: npm run build

- name: Upload Artifacts
Expand Down

0 comments on commit 04c0e1e

Please sign in to comment.