This commit is contained in:
Marian Steinbach 2022-10-20 23:16:14 +02:00
parent bc708c05e3
commit 0ce6b20bee

View file

@ -12,7 +12,7 @@ jobs:
- name: Create placeholder secrets
run: |
mkdir ./secrets
echo "{\"token_uri\": \"\", \”client_email\": \"\"}" >> ./secrets/screenshots-uploader.json
echo '{"token_uri": "", ”client_email": ""}' >> ./secrets/screenshots-uploader.json
- name: Run tests in Docker image
run: make test
# - name: Set up Python ${{ matrix.python-version }}