Skip to content

Commit

Permalink
CI/CD fix working-directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
m1k1o committed Sep 30, 2023
1 parent b6f9a41 commit a294db6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ env:
jobs:
build-client:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./client
#
# do not run on forks
#
Expand All @@ -21,9 +24,6 @@ jobs:
-
name: Checkout
uses: actions/checkout@v4
-
name: Change directory
run: cd ./client
-
name: Setup Node
uses: actions/setup-node@v3
Expand Down

0 comments on commit a294db6

Please sign in to comment.