Skip to content

Commit

Permalink
Update Deno workflow: set environment to production and run tests for…
Browse files Browse the repository at this point in the history
… cf_ai_test.ts
  • Loading branch information
EricZhou committed Nov 5, 2024
1 parent 90e0a41 commit 4939e6e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deno.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ permissions:
jobs:
test:
runs-on: ubuntu-latest

environment: production
steps:
- name: Setup repo
uses: actions/checkout@v4
Expand All @@ -40,3 +40,4 @@ jobs:
CLOUDFLARE_ACCOUNT_ID: ${{ vars.CLOUDFLARE_ACCOUNT_ID }}
run: |
echo "$CLOUDFLARE_ACCOUNT_ID"
deno test -A cf_ai_test.ts

0 comments on commit 4939e6e

Please sign in to comment.