Skip to content

Commit

Permalink
Remove env setting since it's in the test config file
Browse files Browse the repository at this point in the history
  • Loading branch information
amstilp committed May 1, 2024
1 parent a1e87f9 commit a638203
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,6 @@ jobs:
MYSQL_DATABSE: test
options: --tmpfs /var/lib/mysql

env:
# We can set this to an empty string, since we'll never make an API call.
ANVIL_API_SERVICE_ACCOUNT_FILE: foo

steps:
- name: Set environment variables
if: ${{ matrix.backend == 'mysql' }}
Expand Down

0 comments on commit a638203

Please sign in to comment.