Skip to content

Commit 8580a52

Browse files
committed
fix CI timeout
1 parent 53afafa commit 8580a52

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ jobs:
4343
PARSE_SERVER_TEST_CACHE: ${{ matrix.PARSE_SERVER_TEST_CACHE }}
4444
NODE_VERSION: ${{ matrix.NODE_VERSION }}
4545
steps:
46+
- name: Fix usage of insecure GitHub protocol
47+
run: sudo git config --system url."https://github".insteadOf "git://github"
4648
- uses: actions/checkout@v2
4749
- name: Use Node.js ${{ matrix.NODE_VERSION }}
4850
uses: actions/setup-node@v1
@@ -89,6 +91,8 @@ jobs:
8991
POSTGRES_MAJOR_VERSION: 11
9092
PARSE_SERVER_TEST_DATABASE_URI: postgres://postgres:postgres@localhost:5432/parse_server_postgres_adapter_test_database
9193
steps:
94+
- name: Fix usage of insecure GitHub protocol
95+
run: sudo git config --system url."https://github".insteadOf "git://github"
9296
- uses: actions/checkout@v2
9397
- name: Use Node.js 10
9498
uses: actions/setup-node@v1

0 commit comments

Comments
 (0)