Skip to content

Commit 11839a8

Browse files
committed
Update commit-workflow directory to frontend folder
1 parent b1a9654 commit 11839a8

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/commit-workflow.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on: [push, pull_request]
55
jobs:
66
linux-setup-and-tests:
77
runs-on: ubuntu-latest
8+
default:
9+
run:
10+
working-directory: ./frontend/peerprep
811
strategy:
912
matrix:
1013
node-version: [20.x]
@@ -20,6 +23,9 @@ jobs:
2023

2124
macos-setup-and-tests:
2225
runs-on: macos-latest
26+
default:
27+
run:
28+
working-directory: ./frontend/peerprep
2329
strategy:
2430
matrix:
2531
node-version: [20.x]
@@ -35,6 +41,9 @@ jobs:
3541

3642
windows-setup-and-tests:
3743
runs-on: windows-latest
44+
default:
45+
run:
46+
working-directory: ./frontend/peerprep
3847
strategy:
3948
matrix:
4049
node-version: [20.x]

0 commit comments

Comments
 (0)