File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 43
43
PARSE_SERVER_TEST_CACHE : ${{ matrix.PARSE_SERVER_TEST_CACHE }}
44
44
NODE_VERSION : ${{ matrix.NODE_VERSION }}
45
45
steps :
46
+ - name : Fix usage of insecure GitHub protocol
47
+ run : sudo git config --system url."https://github".insteadOf "git://github"
46
48
- uses : actions/checkout@v2
47
49
- name : Use Node.js ${{ matrix.NODE_VERSION }}
48
50
uses : actions/setup-node@v1
89
91
POSTGRES_MAJOR_VERSION : 11
90
92
PARSE_SERVER_TEST_DATABASE_URI : postgres://postgres:postgres@localhost:5432/parse_server_postgres_adapter_test_database
91
93
steps :
94
+ - name : Fix usage of insecure GitHub protocol
95
+ run : sudo git config --system url."https://github".insteadOf "git://github"
92
96
- uses : actions/checkout@v2
93
97
- name : Use Node.js 10
94
98
uses : actions/setup-node@v1
You can’t perform that action at this time.
0 commit comments