From 3bb433440905c367794139585a0ca45c2535acce Mon Sep 17 00:00:00 2001 From: Andrew Hosgood Date: Thu, 7 Nov 2024 12:07:40 +0000 Subject: [PATCH] Test Flask on tna-python --- .github/workflows/build.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1b748b0..c366897 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: