Skip to content

Commit

Permalink
remove test in webapp ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
ak8000 committed May 1, 2024
1 parent 8830d58 commit 588d9ee
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ jobs:
# pip install pytest
# Run unit tests for Web App
- name: Run unit tests for Web App
run: |
cd web-app
pytest
# - name: Run unit tests for Web App
# run: |
# cd web-app
# pytest

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
Expand Down

0 comments on commit 588d9ee

Please sign in to comment.