Skip to content

Commit

Permalink
Merge pull request #56099 from code-dot-org/pablo-code-org-patch-7
Browse files Browse the repository at this point in the history
Update ci_pipeline.yml
  • Loading branch information
pablo-code-org committed Jan 30, 2024
2 parents 3a5c6cb + da215bd commit 07b2dcd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,13 @@ 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: Find ui_tests.sh file
run: |
docker run --entrypoint /bin/bash \
docker run --rm --entrypoint /bin/bash \
code-dot-org-testing-docker-image \
-c "find / -type f -name 'ui_tests.sh' 2>/dev/null"
- name: Run ls Unit Tests without working dir
run: |
docker run \
Expand Down

0 comments on commit 07b2dcd

Please sign in to comment.