Skip to content

Commit

Permalink
[ci] Fix default directory
Browse files Browse the repository at this point in the history
  • Loading branch information
DraTeots committed May 8, 2024
1 parent adecfbf commit caf422b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/frontend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ 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 @@ -40,7 +43,7 @@ jobs:
node-version: '20'
cache: 'npm'
cache-dependency-path: ./firebird-ng/package-lock.json

- name: Install Dependencies
run: npm install

Expand Down

0 comments on commit caf422b

Please sign in to comment.