Skip to content

Commit

Permalink
chore: add test job dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
devsheva committed Jul 7, 2024
1 parent 00eaeb0 commit daa9156
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
name: Deploy
runs-on: ubuntu-latest

needs: test
environment:
name: ${{github.ref_name}}

Expand All @@ -53,8 +54,6 @@ jobs:
- name: Upload to Deno Deploy
uses: denoland/deployctl@v1
env:
BOT_TOKEN: ${{secrets.BOT_TOKEN}}
GEMINI_API_KEY: ${{secrets.GEMINI_API_KEY}}
APP_ENV: ${{vars.APP_ENV}}
with:
project: "hn-telegram-bot"
Expand Down

0 comments on commit daa9156

Please sign in to comment.