Skip to content

Commit

Permalink
Merge pull request #56071 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 29, 2024
2 parents 16970a5 + bd959eb commit 8d31aec
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,17 +59,17 @@ 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: Run Unit Tests
- name: Run ls Unit Tests
run: |
docker run --workdir=/home/code-dot-org \
code-dot-org-testing-docker-image \
/bin/bash -c "ls -la /home/code-dot-org/docker; source /home/code-dot-org/docker/unit_tests.sh"
/bin/bash -c "ls -la /home/code-dot-org/docker"
- name: Run UI Tests
- name: Run Unit Tests
run: |
docker run --workdir=/home/code-dot-org \
code-dot-org-testing-docker-image \
/bin/bash -c "ls -la /home/code-dot-org/docker; source /home/code-dot-org/docker/ui_tests.sh"
/bin/bash -c "source /home/code-dot-org/docker/unit_tests.sh"
- name: Update Cache
uses: actions/cache@v2
Expand Down

0 comments on commit 8d31aec

Please sign in to comment.