Skip to content

Commit

Permalink
Github action removed unused input variable
Browse files Browse the repository at this point in the history
  • Loading branch information
nileshgnagepatil committed Sep 22, 2023
1 parent 707ae97 commit 339d962
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/docker-content-regression-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ name: Run regression tests
on:
workflow_dispatch:
inputs:
tag:
description: 'Tag to test'
required: false
default: 'v1.0.0'
workspace:
description: 'Environment to run'
required: true
Expand All @@ -33,11 +29,10 @@ jobs:
CPD_INSTRUMENTATION_CONNECTIONSTRING: ""
steps:
- uses: actions/checkout@v3
with:
ref: '${{ inputs.tag }}'

- name: Build the Docker App Image
run: cd Childrens-Social-Care-CPD; docker build . --file Dockerfile --tag childrens-social-care-cpd:ContainerizeRegressionTests

- name: Run the content regression tests
run: cd browser-tests/content-regression-tests; docker-compose up --exit-code-from content-regression-tests

Expand Down

0 comments on commit 339d962

Please sign in to comment.