Skip to content

Commit

Permalink
Missing build step added to the tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
JanNiklasWeder committed May 16, 2024
1 parent aace229 commit 447c77f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/test-build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,16 @@ jobs:
- name: Display Python version
run: python -c "import sys; print(sys.version)"

- name: Set up JS & build js
uses: actions/setup-node@v4
with:
node-version: 20

- name: Install dependencies
run: yarn install
- name: Build JS
run: yarn run vite build

- name: Install dependencies
run: python -m pip install .

Expand Down

0 comments on commit 447c77f

Please sign in to comment.