added tests
This commit is contained in:
@@ -21,18 +21,12 @@ jobs:
|
||||
with:
|
||||
fetch-depth: '0'
|
||||
- name: Set up Poetry 📦
|
||||
if: ${{ !(startsWith(github.ref, 'refs/tags')) }}
|
||||
uses: JRubics/poetry-publish@v1.16
|
||||
with:
|
||||
pypi_token: ${{ secrets.TEST_PYPI_API_TOKEN }}
|
||||
plugins: "poetry-dynamic-versioning"
|
||||
repository_name: "scraibe"
|
||||
repository_url: "https://test.pypi.org/legacy/"
|
||||
- name: Get list of available folders after checkout
|
||||
run: |
|
||||
cd source
|
||||
ls -l
|
||||
|
||||
|
||||
test-install:
|
||||
name: Test Installation from TestPyPI
|
||||
|
||||
Reference in New Issue
Block a user