forked from rapidpro/rapidpro
-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into ci_container
- Loading branch information
Showing
600 changed files
with
55,972 additions
and
55,426 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 |
---|---|---|
|
@@ -5,10 +5,10 @@ jobs: | |
name: Test | ||
runs-on: ubuntu-latest | ||
container: | ||
image: python:3.11-bullseye | ||
image: python:3.12-bullseye | ||
env: | ||
node-version: '20' | ||
mailroom-version: '9.3.3' | ||
mailroom-version: '9.3.59' | ||
|
||
services: | ||
redis: | ||
|
@@ -62,13 +62,19 @@ jobs: | |
./mailroom -db=postgres://temba:temba@postgres:5432/temba?sslmode=disable -redis=redis://redis:6379/15 -log-level=info > mailroom.log & | ||
working-directory: ${{ github.workspace }} | ||
|
||
- name: Install and start DynamoDB | ||
uses: rrainn/[email protected] | ||
with: | ||
port: 6000 | ||
|
||
- name: Initialize environment | ||
run: | | ||
npm install -g yarn less | ||
poetry install | ||
yarn install | ||
ln -s settings.py.dev temba/settings.py | ||
poetry run python manage.py migrate | ||
poetry run python manage.py migrate_dynamo --testing | ||
working-directory: ${{ github.workspace }} # https://github.com/actions/runner/issues/2058#issuecomment-2085119510 | ||
|
||
- name: Run pre-test checks | ||
|
Oops, something went wrong.