Skip to content

Commit

Permalink
Fix instruction which directory to use in Github Actions (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
katauber committed Dec 7, 2021
1 parent 9057a45 commit 0886154
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,8 @@ jobs:
repository: metafacture/metafacture-fix
ref: master
- name: Install metafacture-fix
run: |
cd metafacture-fix
./gradlew install
working-directory: metafacture-fix
run: ./gradlew install
- uses: actions/checkout@v2
- name: Install dependencies
run: lein deps
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@ jobs:
repository: metafacture/metafacture-fix
ref: master
- name: Install metafacture-fix
run: |
cd metafacture-fix
./gradlew install
working-directory: metafacture-fix
run: ./gradlew install
- name: Set up Node.js
uses: actions/setup-node@v1
- name: Install karma and headless chrome
Expand Down

0 comments on commit 0886154

Please sign in to comment.