Skip to content

Commit

Permalink
Just test FastAPI
Browse files Browse the repository at this point in the history
  • Loading branch information
ahosgood committed Nov 7, 2024
1 parent 9ac6594 commit 542fca1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 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
2 changes: 1 addition & 1 deletion docker/tna-python/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ FROM "$USER_IMAGE"
RUN . "$NVM_DIR/nvm.sh"; \
nvm install lts/iron; \
nvm install lts/jod; \
nvm use lts/jod
nvm alias default lts/jod

# ==========================================
# Into our .local/bin/ directory copy in the
Expand Down

0 comments on commit 542fca1

Please sign in to comment.