Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelRoytman committed Aug 2, 2024
1 parent 07ca004 commit c724820
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Start Container
run: docker-compose -f .github/docker-compose-ci.yml up -d
run: docker compose -f .github/docker-compose-ci.yml up -d

- name: Install dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ With devstack running and this repo checked-out locally, you'll want to do the f
$ make dev.pull.analyticsapi
$ make dev.up.analyticsapi
$ make dev.provision.analyticsapi # this will provision the DB user, run migrations, etc.
$ docker-compose restart analyticsapi # maybe necessary to reset the DB connection
$ docker compose restart analyticsapi # maybe necessary to reset the DB connection
$ make analyticsapi-logs # make sure the app is running without errors


Expand Down

0 comments on commit c724820

Please sign in to comment.