Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move env vars
Browse files Browse the repository at this point in the history
flimzy committed Jul 22, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent f8bcf25 commit adf03c6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -10,11 +10,11 @@ jobs:
go-version: [1.22] # TODO: Add 1.23rc2
name: test
runs-on: ubuntu-latest
env:
COUCHDB_USER: admin
COUCHDB_PASSWORD: abc123
services:
couchdb:
env:
COUCHDB_USER: admin
COUCHDB_PASSWORD: abc123
image: couchdb:2.2.0
steps:
- uses: actions/checkout@v4

0 comments on commit adf03c6

Please sign in to comment.