Skip to content

Commit e186a3d

Browse files
committed
Apt update
1 parent b1b6f2d commit e186a3d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/app-tests.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,12 @@ jobs:
5757
cp .env.sample .env
5858
python ./src/fastapi_app/setup_postgres_database.py
5959
python ./src/fastapi_app/setup_postgres_seeddata.py
60+
- name: Setup node
61+
uses: actions/setup-node@v4
62+
with:
63+
node-version: 18
64+
- name: Build frontend
65+
run: |
66+
cd ./src/frontend
67+
npm install
68+
npm run build

0 commit comments

Comments
 (0)