Skip to content

Commit

Permalink
Merge pull request #13 from dotindustries/fix/integration_tests
Browse files Browse the repository at this point in the history
fix: integration tests
  • Loading branch information
nadilas authored Mar 29, 2024
2 parents 5bdc8d1 + 93ac58f commit 2722571
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,6 @@ jobs:
go-version: [ 1.21.x ]
os: [ ubuntu-latest ]
runs-on: ${{ matrix.os }}
services:
minio1:
image: quay.io/minio/minio
env:
MINIO_ROOT_USER: minio
MINIO_ROOT_PASSWORD: minio123
ports:
- 9000:9000
# todo: we also need to add our local code changed service to be built...
steps:
- name: Checkout
uses: actions/checkout@master
Expand All @@ -43,5 +34,7 @@ jobs:
uses: actions/setup-node@master
- name: Install bruno
run: npm install -g @usebruno/cli
- name: Setup docker env
run: sh integration/setup_env.sh
- name: Run tests
run: cd integration && bru run --env local
2 changes: 2 additions & 0 deletions integration/setup_env.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
echo "Starting dev env"
docker compose -f ./docker/docker-compose-dev.yml up --detach --wait

0 comments on commit 2722571

Please sign in to comment.