Skip to content

Commit

Permalink
Merge pull request #56141 from code-dot-org/pablo-code-org-patch-14
Browse files Browse the repository at this point in the history
Update ci_pipeline.yml
  • Loading branch information
pablo-code-org committed Jan 31, 2024
2 parents e59104c + 65ce0a5 commit 38f64f6
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/ci_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,11 @@ jobs:

- name: Set up Docker Environment
run: docker build -t code-dot-org-testing-docker-image -f ./code-dot-org/docker/dockerfiles/Dockerfile ./code-dot-org

- name: Setup upterm session
uses: lhotari/action-upterm@v1


- name: Debugging Directories and Files in Docker as User CircleCI
run: |
echo "Searching for ui_tests.sh in /circleci as circleci"
docker run --user circleci code-dot-org-testing-docker-image /bin/bash -c "find /circleci -type f -name 'ui_tests.sh'"
echo "Searching for ui_tests.sh in /home/circleci as circleci"
docker run --user circleci code-dot-org-testing-docker-image /bin/bash -c "find /home/circleci -type f -name 'ui_tests.sh'"
echo "Displaying Environment Variables as circleci"
docker run --user circleci code-dot-org-testing-docker-image /bin/bash -c "printenv"
Expand Down

0 comments on commit 38f64f6

Please sign in to comment.