Skip to content

Commit

Permalink
Workflow file changes - Content regression tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nileshgnagepatil committed Sep 22, 2023
1 parent 700346d commit 8b0093c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 27 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-content-regression-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v3

- name: Build the Docker App Image
run: cd Childrens-Social-Care-CPD; docker build https://github.com/DFE-Digital/childrens-social-care-cpd.git#Feature/ContainerizeRegressionTests --tag childrens-social-care-cpd:ContainerizeRegressionTests
run: git checkout tags/v1.12.0 -b temp; 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
26 changes: 0 additions & 26 deletions Dockerfile

This file was deleted.

0 comments on commit 8b0093c

Please sign in to comment.