forked from rapidpro/mailroom
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #136 from Ilhasoft/update/10.0.0
Update/10.0.0
- Loading branch information
Showing
194 changed files
with
4,394 additions
and
2,274 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name: CI | ||
on: [push, pull_request] | ||
env: | ||
go-version: "1.22.x" | ||
go-version: "1.23.x" | ||
jobs: | ||
test: | ||
name: Test | ||
|
@@ -27,6 +27,15 @@ jobs: | |
discovery.type: single-node | ||
xpack.security.enabled: false | ||
options: --health-cmd "curl http://localhost:9200/_cluster/health" --health-interval 10s --health-timeout 5s --health-retries 5 | ||
minio: | ||
image: bitnami/minio:latest | ||
env: | ||
MINIO_ROOT_USER: root | ||
MINIO_ROOT_PASSWORD: tembatemba | ||
MINIO_DEFAULT_BUCKETS: test-attachments,test-sessions,test-logs | ||
ports: | ||
- 9000:9000 | ||
options: --health-cmd "mc ready local" --health-interval 10s --health-timeout 5s --health-retries 5 | ||
|
||
steps: | ||
- name: Checkout code | ||
|
@@ -45,6 +54,11 @@ jobs: | |
psql -h localhost -U postgres --no-password -c "ALTER ROLE mailroom_test WITH SUPERUSER;" | ||
psql -h localhost -U postgres --no-password -c "CREATE DATABASE mailroom_test;" | ||
- name: Install and start DynamoDB | ||
uses: rrainn/[email protected] | ||
with: | ||
port: 6000 | ||
|
||
- name: Install Go | ||
uses: actions/setup-go@v5 | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.