We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e343eb6 commit b5e00e3Copy full SHA for b5e00e3
.github/workflows/build_and_test.yml
@@ -8,7 +8,6 @@ on:
8
jobs:
9
build-frontend:
10
runs-on: ubuntu-latest
11
- working-directory: ./frontend
12
steps:
13
- name: Checkout
14
uses: actions/checkout@v4
@@ -34,8 +33,10 @@ jobs:
34
33
restore-keys: |
35
${{ runner.os }}-pnpm-store-
36
- name: Install dependencies
+ working-directory: ./frontend
37
run: pnpm install
38
- name: Build frontend
39
40
run: pnpm build
41
42
build-backend:
0 commit comments