We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4fbfba commit 72de503Copy full SHA for 72de503
.github/workflows/test-firebase-integration.yml
@@ -21,17 +21,17 @@ env:
21
NODE_OPTIONS: "--max_old_space_size=4096"
22
23
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
34
test:
+ services:
+ postgres:
+ image: postgres
+ env:
+ POSTGRES_PASSWORD: postgres
+ options: >-
+ --health-cmd pg_isready
+ --health-interval 10s
+ --health-timeout 5s
+ --health-retries 5
35
name: Test Firebase Namespace
36
runs-on: ubuntu-latest
37
0 commit comments