Skip to content

Commit fc3fe04

Browse files
committed
Make sure we copy the proper env template
1 parent b819ae4 commit fc3fe04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ jobs:
7575
- name: Test release
7676
run: |
7777
# Since we're only pinging the version api endpoint, no database is needed and
78-
# we can just copy the testing template to ensure the db env variables are set.
79-
cp .env.testing.template .env.testing
78+
# we can just copy the development template to ensure the db env variables are set.
79+
cp .env.development.template .env.development
8080
# FIXME: change to `-c release` after testing!!!
8181
# swift build -c release --static-swift-stdlib -Xlinker -ljemalloc
8282
# sleep 10

0 commit comments

Comments
 (0)