Skip to content

Commit

Permalink
test: CI/CD - temporarily removed unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
RuslanBergenov committed Nov 9, 2024
1 parent ad88e56 commit 323590d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,10 @@ jobs:
# check for the config file
gsutil stat gs://ga4-flattener-deployment-464892960897-adswerve-ga-flat-config/config_datasets.json || echo "ERROR: GCS config file not found"
- name: Test with pytest
run: |
# test
pytest --verbose
# - name: Test with pytest
# run: |
# # test
# pytest --verbose
- name: Clean up
run: |
# clean up
Expand Down

0 comments on commit 323590d

Please sign in to comment.