Skip to content

Commit

Permalink
Test Flask on tna-python
Browse files Browse the repository at this point in the history
  • Loading branch information
ahosgood committed Nov 7, 2024
1 parent 6a6a16f commit 3bb4334
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,13 @@ jobs:
base-image: ${{ env.BASE_IMAGE }}
dockerfile-location: ${{ env.DOCKERFILE_LOCATION }}
user-image: ${{ env.USER_IMAGE }}
# - name: Test Flask
# uses: ./.github/actions/test
# with:
# application-repository: nationalarchives/flask-application-template
# service: app
# image: ${{ env.IMAGE_NAME }}
# image-tag: ${{ steps.build.outputs.tag }}
- name: Test Flask
uses: ./.github/actions/test
with:
application-repository: nationalarchives/flask-application-template
service: app
image: ${{ env.IMAGE_NAME }}
image-tag: ${{ steps.build.outputs.tag }}
- name: Test FastAPI
uses: ./.github/actions/test
with:
Expand Down

0 comments on commit 3bb4334

Please sign in to comment.