added tests

This commit is contained in:
Schmieder, Jacob
2024-05-16 09:24:23 +00:00
parent 542526b643
commit 3fbcc52a5c
-6
View File
@@ -21,18 +21,12 @@ jobs:
with: with:
fetch-depth: '0' fetch-depth: '0'
- name: Set up Poetry 📦 - name: Set up Poetry 📦
if: ${{ !(startsWith(github.ref, 'refs/tags')) }}
uses: JRubics/poetry-publish@v1.16 uses: JRubics/poetry-publish@v1.16
with: with:
pypi_token: ${{ secrets.TEST_PYPI_API_TOKEN }} pypi_token: ${{ secrets.TEST_PYPI_API_TOKEN }}
plugins: "poetry-dynamic-versioning" plugins: "poetry-dynamic-versioning"
repository_name: "scraibe" repository_name: "scraibe"
repository_url: "https://test.pypi.org/legacy/" repository_url: "https://test.pypi.org/legacy/"
- name: Get list of available folders after checkout
run: |
cd source
ls -l
test-install: test-install:
name: Test Installation from TestPyPI name: Test Installation from TestPyPI