Skip to content
This repository was archived by the owner on Mar 24, 2025. It is now read-only.

Commit ee50787

Browse files
authored
Update test.yml
1 parent 4f88022 commit ee50787

1 file changed

Lines changed: 13 additions & 13 deletions

File tree

.github/workflows/test.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -40,16 +40,16 @@ jobs:
4040
pypi_custom_publish: false
4141

4242
# Test the action with all enabled steps.
43-
- name: All Ops
44-
uses: ./pyaction
45-
with:
46-
black: true
47-
bandit: true
48-
pylint: true
49-
pyright: true
50-
pytest: true
51-
pypi_publish: true
52-
pypi_repo: testpypi
53-
pypi_password: ${{ secrets.TEST_PYPI_PASSWORD }}
54-
root: pyproject
55-
version_suffix: 'rc${{ github.run_number }}-dev${{ github.run_attempt }}'
43+
# - name: All Ops
44+
# uses: ./pyaction
45+
# with:
46+
# black: true
47+
# bandit: true
48+
# pylint: true
49+
# pyright: true
50+
# pytest: true
51+
# pypi_publish: true
52+
# pypi_repo: testpypi
53+
# pypi_password: ${{ secrets.TEST_PYPI_PASSWORD }}
54+
# root: pyproject
55+
# version_suffix: 'rc${{ github.run_number }}-dev${{ github.run_attempt }}'

0 commit comments

Comments
 (0)