Skip to content

Commit

Permalink
Commenting out tests for now
Browse files Browse the repository at this point in the history
  • Loading branch information
gregv committed Jul 2, 2024
1 parent a917b8d commit 1d6d155
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,18 +59,18 @@ jobs:
- name: πŸ„ Copy test env vars
run: cp .env.example .env

- name: πŸ§ͺ Run tests
run: |
source venv/bin/activate
pytest api/certificates/tests/test_always_pass.py
- name: πŸ“Š Upload test results
uses: actions/upload-artifact@v3
if: always()
with:
name: test-results
path: ./test-results/
retention-days: 30
#- name: πŸ§ͺ Run tests
# run: |
# source venv/bin/activate
# pytest api/certificates/tests/test_always_pass.py

#- name: πŸ“Š Upload test results
# uses: actions/upload-artifact@v3
# if: always()
# with:
# name: test-results
# path: ./test-results/
# retention-days: 30

deploy:
name: πŸš€ Deploy
Expand Down

0 comments on commit 1d6d155

Please sign in to comment.