Skip to content

Commit

Permalink
Fix: Use env: option in gradle-test.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
David Griffin committed Oct 21, 2024
1 parent f434e97 commit 37b08da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
image: fauna/faunadb
ports:
- 8443:8443
options:
- -e FLAG_ACCOUNT_CHANGE_FEEDS=true
env:
FLAG_ACCOUNT_CHANGE_FEEDS: "true"

steps:
- name: Check out repository
Expand Down

0 comments on commit 37b08da

Please sign in to comment.