Skip to content

Commit

Permalink
updated right working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusbrehme committed Oct 22, 2023
1 parent b599a36 commit ce947e9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,15 +149,17 @@ jobs:
- name: Install dependencies
run: |
npm install
working-directory: ${{env.working-directory }}

- name: build
run: |
npm run build
working-directory: ${{env.working-directory }}

- name: test
run: |
npm test
working-directory: ${{env.working-directory }}



Expand Down

0 comments on commit ce947e9

Please sign in to comment.