Skip to content

Commit

Permalink
Merge pull request #10 from codibre/bettering-channel-flow
Browse files Browse the repository at this point in the history
fix: preparing tests using docker
  • Loading branch information
Farenheith authored Oct 29, 2024
2 parents 8b7c098 + dc2a12e commit 34b2d7e
Show file tree
Hide file tree
Showing 23 changed files with 725 additions and 238 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/semantic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@ jobs:
- name: Prepare Db
run: npm run prepare-test-db

# - name: Docker build
# run: npm run docker:build
# - name: Docker run
# run: npm run docker:run

- name: Test
uses: paambaati/codeclimate-action@v9.0.0
env:
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ jobs:
- name: Prepare Db
run: npm run prepare-test-db

# - name: Docker build
# run: npm run docker:build
# - name: Docker run
# run: npm run docker:run

- name: Test
uses: paambaati/codeclimate-action@v9.0.0
env:
Expand Down
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,6 @@ FROM mcr.microsoft.com/dotnet/aspnet:8.0
WORKDIR /app
COPY --from=build /app ./

EXPOSE 3000

ENTRYPOINT ["dotnet", "Codibre.GrpcSqlProxy.Api.dll"]
Loading

0 comments on commit 34b2d7e

Please sign in to comment.