Skip to content

Commit 72de503

Browse files
committed
Fixed firebase integration action
1 parent f4fbfba commit 72de503

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/test-firebase-integration.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,17 @@ env:
2121
NODE_OPTIONS: "--max_old_space_size=4096"
2222

2323
jobs:
24-
services:
25-
postgres:
26-
image: postgres
27-
env:
28-
POSTGRES_PASSWORD: postgres
29-
options: >-
30-
--health-cmd pg_isready
31-
--health-interval 10s
32-
--health-timeout 5s
33-
--health-retries 5
3424
test:
25+
services:
26+
postgres:
27+
image: postgres
28+
env:
29+
POSTGRES_PASSWORD: postgres
30+
options: >-
31+
--health-cmd pg_isready
32+
--health-interval 10s
33+
--health-timeout 5s
34+
--health-retries 5
3535
name: Test Firebase Namespace
3636
runs-on: ubuntu-latest
3737

0 commit comments

Comments
 (0)