File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 48
48
- uses : actions/checkout@v3
49
49
- uses : sersoft-gmbh/SwiftyActions@v2
50
50
with :
51
- release-version : " 5"
51
+ release-version : " 5.7 "
52
52
github-token : ${{ secrets.GITHUB_TOKEN }}
53
53
- name : Build and Test
54
54
run : swift test --enable-test-discovery --enable-code-coverage
Original file line number Diff line number Diff line change 1
1
# ================================
2
2
# Build image
3
3
# ================================
4
- FROM swift:5.8 -jammy as build
4
+ FROM swift:5.7 -jammy as build
5
5
6
6
# Install OS updates and, if needed, sqlite3
7
7
RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true \
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ x-shared_environment: &shared_environment
35
35
PARSE_SERVER_ENABLE_PRIVATE_USERS : ' true'
36
36
PARSE_SERVER_USING_PARSECAREKIT : ' false' # If you are not using ParseCareKit, set this to 'false'
37
37
PARSE_SERVER_RATE_LIMIT : ' true'
38
- PARSE_SERVER_RATE_LIMIT_REQUEST_COUNT : ' 1 '
38
+ PARSE_SERVER_RATE_LIMIT_REQUEST_COUNT : ' 100 '
39
39
PARSE_SERVER_RATE_LIMIT_INCLUDE_PRIMARY_KEY : ' false'
40
40
PARSE_SERVER_RATE_LIMIT_INCLUDE_INTERNAL_REQUESTS : ' false'
41
41
PARSE_DASHBOARD_START : ' true'
You can’t perform that action at this time.
0 commit comments