Skip to content

Commit

Permalink
Copy env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
flimzy committed Jul 22, 2024
1 parent f8bcf25 commit 74cbe2c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ name: tests
on:
pull_request:

env:
COUCHDB_USER: admin
COUCHDB_PASSWORD: abc123

jobs:
test:
strategy:
Expand Down

0 comments on commit 74cbe2c

Please sign in to comment.