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 53afafa commit 8580a52Copy full SHA for 8580a52
.github/workflows/ci.yml
@@ -43,6 +43,8 @@ jobs:
43
PARSE_SERVER_TEST_CACHE: ${{ matrix.PARSE_SERVER_TEST_CACHE }}
44
NODE_VERSION: ${{ matrix.NODE_VERSION }}
45
steps:
46
+ - name: Fix usage of insecure GitHub protocol
47
+ run: sudo git config --system url."https://github".insteadOf "git://github"
48
- uses: actions/checkout@v2
49
- name: Use Node.js ${{ matrix.NODE_VERSION }}
50
uses: actions/setup-node@v1
@@ -89,6 +91,8 @@ jobs:
89
91
POSTGRES_MAJOR_VERSION: 11
90
92
PARSE_SERVER_TEST_DATABASE_URI: postgres://postgres:postgres@localhost:5432/parse_server_postgres_adapter_test_database
93
94
95
96
97
- name: Use Node.js 10
98
0 commit comments