Skip to content

Commit a23e5a2

Browse files
committed
chore(client): workflow dir
change working directory
1 parent 1a904c4 commit a23e5a2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/client_tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,7 @@ jobs:
1010
uses: actions/checkout@v2
1111
- name: Install dependencies
1212
run: npm install
13+
working-directory: ./client
1314
- name: Run linting
1415
run: npm run lint
16+
working-directory: ./client

0 commit comments

Comments
 (0)