Skip to content

Commit

Permalink
Merge pull request #138 from PermanentOrg/fix_tests_in_ci
Browse files Browse the repository at this point in the history
Update tests to work with changes to devenvs docker compose
  • Loading branch information
liam-lloyd authored Oct 22, 2024
2 parents 795c426 + 112ed19 commit a6892d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
- run: (cd stela; npm install --production=false)
- run : (cd stela; npm run build -ws)
- run: touch stela/.env
- run: touch devenv/.env
- run: (cd devenv; docker compose up database_setup -d; docker logs devenv-database_setup-1)
- run: (cd stela/packages/api; npm run start-containers)
- run: (cd stela/packages/api; docker compose run stela npm run test-ci)
Expand Down

0 comments on commit a6892d9

Please sign in to comment.