Skip to content

Commit d523387

Browse files
authored
Remove test step from deploy workflow
Removed the test step from the deployment workflow. Signed-off-by: Mohab Mohie <[email protected]>
1 parent a9cc2d6 commit d523387

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,6 @@ jobs:
2424

2525
- name: Install
2626
run: yarn install
27-
- name: Test
28-
run: yarn test
29-
env:
30-
GEMINI_API_KEY: ${{ secrets.GEMINI_API_KEY }}
3127

3228
# Deploy redirect page to GitHub Pages
3329
# The redirect-page directory contains a simple HTML redirect to https://shaftengine.netlify.app/

0 commit comments

Comments
 (0)