Skip to content

Commit

Permalink
Update the test to include the JS build
Browse files Browse the repository at this point in the history
  • Loading branch information
scmmmh committed Aug 25, 2023
1 parent 92a511e commit 754c1d2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ jobs:
with:
python-version: 3.11

- uses: actions/setup-node@v3
with:
node-version: "18.x"

- name: Install Base Dependencies
run: |
sudo apt-get update
Expand All @@ -29,4 +33,7 @@ jobs:
- name: Build Application
run: |
cd museum_map/server/frontend
npm run build
cd ../../../
hatch build

0 comments on commit 754c1d2

Please sign in to comment.