Skip to content

Commit

Permalink
fix build failures due to introduction of new endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
devfinwiz committed Apr 20, 2024
1 parent b772e8e commit 6d62098
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
- name: Install Apidog CLI
run: npm install -g apidog-cli

- name: Pull Docker image
run: docker pull devfinwiz24/fin-maestro-kin:latest
- name: Build Docker image
run: docker build -t devfinwiz24/fin-maestro-kin:latest

- name: Run FastAPI server container
run: |
Expand Down

0 comments on commit 6d62098

Please sign in to comment.