Skip to content

Commit 7e16377

Browse files
committed
fix: db models missing
1 parent 32ec99a commit 7e16377

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119

120120
- name: Upload DB models
121121
uses: actions/upload-artifact@v4
122-
if: ${{ steps.set-should-run-tests.outputs.result == 'true' }}
122+
# if: ${{ steps.set-should-run-tests.outputs.result == 'true' }}
123123
with:
124124
name: database_gen
125125
path: api/src/shared/database_gen/

0 commit comments

Comments
 (0)