Skip to content

Commit

Permalink
rename some stuff for tests
Browse files Browse the repository at this point in the history
Signed-off-by: Jess Frazelle <[email protected]>
  • Loading branch information
jessfraz committed Jan 8, 2024
1 parent 8c529ef commit a28785c
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 3 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
paths:
- '**.py'
- '**.go'
- '**.js'
- '**.ts'
- 'ORIGINALVOXEL-3.obj'
- .github/workflows/build-test.yml
- requirements.txt
Expand All @@ -13,6 +15,8 @@ on:
paths:
- '**.py'
- '**.go'
- '**.js'
- '**.ts'
- 'ORIGINALVOXEL-3.obj'
- .github/workflows/build-test.yml
- requirements.txt
Expand Down Expand Up @@ -65,6 +69,8 @@ jobs:
- ./tutorials/conversion_obj_stl
- ./tutorials/get_mass_volume
- ./tutorials/getting_started
- ./tutorials/modeling_websocket
- ./tutorials/beginner_tutorial
- ./samples/convert_file
- ./samples/file_density
- ./samples/file_mass
Expand Down Expand Up @@ -100,6 +106,7 @@ jobs:
matrix:
node: [16, 18]
test-path:
- ./tutorials/beginner_tutorial
- ./samples/convert_file
- ./samples/file_density
- ./samples/file_mass
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
3 changes: 0 additions & 3 deletions tutorials/python-beginner-tutorial/dodecahedron.obj

This file was deleted.

0 comments on commit a28785c

Please sign in to comment.