Skip to content

Commit 26ec7be

Browse files
committed
Refactor GitHub Actions workflow to remove the API model generation step, streamlining the deployment process and focusing on essential tasks.
1 parent a98276c commit 26ec7be

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/deployment.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@ jobs:
3232
${{ runner.os }}-node-
3333
- name: Install dependencies
3434
run: npm ci
35-
- name: Generate API models
36-
run: npm run prepare
35+
3736
- name: Run tests
3837
run: npm test
3938
test_win:

0 commit comments

Comments
 (0)