Publish snippets and Markdown posts through authenticated uploads
This commit is contained in:
@@ -23,6 +23,10 @@ jobs:
|
||||
persist-credentials: false
|
||||
- name: Test deployment scripts
|
||||
run: python3 -m unittest discover -s scripts/tests -v
|
||||
- name: Test publishing service
|
||||
run: |
|
||||
python3 -m pip install -r photo-upload/requirements.txt 'pytest>=8,<10'
|
||||
python3 -m pytest -q photo-upload/tests
|
||||
- uses: ruby/setup-ruby@a0102e0972be65f351c307e2d64b9314a57c8073 # v1
|
||||
with:
|
||||
ruby-version: '3.1.2'
|
||||
|
||||
Reference in New Issue
Block a user