Skip to content

Commit

Permalink
Merge pull request #56094 from code-dot-org/pablo-code-org-patch-6
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 9e1cdce + 71746f5 commit 6ebe889
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ jobs:
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 \
docker run --entrypoint /bin/bash \
code-dot-org-testing-docker-image \
/bin/bash -c "find / -type f -name 'ui_tests.sh' 2>/dev/null"
-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 6ebe889

Please sign in to comment.