Skip to content

Commit

Permalink
ci: fix ci fun failed
Browse files Browse the repository at this point in the history
  • Loading branch information
jay committed Apr 30, 2022
1 parent ee85da5 commit 9b7fc97
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .env.test
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
TEST_APPID=your/test/appid
TEST_SECRET=your/test/secret
TEST_JSSDK_URL=https://your/website/url
TEST_TOKEN=your/token
TEST_AESKEY=your/aeskey
#TEST_APPID=your/test/appid
#TEST_SECRET=your/test/secret
#TEST_JSSDK_URL=https://your/website/url
#TEST_TOKEN=your/token
#TEST_AESKEY=your/aeskey

REDIS_HOST=your/redis/host
REDIS_HOST=127.0.0.1
REDIS_PORT=6379
REDIS_PASSWORD=
REDIS_DB=0
Expand Down
2 changes: 1 addition & 1 deletion tests/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export class AppModule {
WeChatModule.forRootAsync({
imports: [
ConfigModule.forRoot({
envFilePath: '.env.test.local',
envFilePath: ['.env.test.local', '.env.test'],
}),
CacheModule.registerAsync({
isGlobal: true,
Expand Down

0 comments on commit 9b7fc97

Please sign in to comment.