Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Boldizsar Mezei committed Apr 25, 2024
1 parent 4faf73a commit e30a65a
Show file tree
Hide file tree
Showing 3 changed files with 185 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/functions_emulated-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ jobs:
--health-timeout 5s
--health-retries 5
--max_connections 1000
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
Expand Down Expand Up @@ -91,6 +93,8 @@ jobs:
--health-timeout 5s
--health-retries 5
--max_connections 1000
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
Expand Down Expand Up @@ -136,6 +140,8 @@ jobs:
--health-timeout 5s
--health-retries 5
--max_connections 1000
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
Expand Down Expand Up @@ -181,6 +187,8 @@ jobs:
--health-timeout 5s
--health-retries 5
--max_connections 1000
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
Expand Down Expand Up @@ -226,6 +234,8 @@ jobs:
--health-timeout 5s
--health-retries 5
--max_connections 1000
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
Expand Down Expand Up @@ -271,6 +281,8 @@ jobs:
--health-timeout 5s
--health-retries 5
--max_connections 1000
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
Expand Down Expand Up @@ -316,6 +328,8 @@ jobs:
--health-timeout 5s
--health-retries 5
--max_connections 1000
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
Expand Down
Loading

0 comments on commit e30a65a

Please sign in to comment.