Skip to content

Commit

Permalink
ci: set environment
Browse files Browse the repository at this point in the history
  • Loading branch information
isidroamv authored Dec 9, 2023
1 parent 9d0961b commit 4808a8c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ on: [push]
jobs:
run_twitter_circuit_tests:
runs-on: ubuntu-latest
environment: development
steps:
- uses: actions/checkout@v3
- name: Set Node.js 16.x
Expand Down Expand Up @@ -42,4 +43,4 @@ jobs:
CI: "true"
with:
args: yarn workspace @zk-email/twitter-verifier test:full-e2e


0 comments on commit 4808a8c

Please sign in to comment.