Skip to content

Commit

Permalink
run workflow at root
Browse files Browse the repository at this point in the history
  • Loading branch information
tmgrask committed Sep 13, 2024
1 parent eecfd86 commit adaa748
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./client
working-directory: ./
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand All @@ -36,7 +36,7 @@ jobs:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./client
working-directory: ./
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit adaa748

Please sign in to comment.