Fix screenshot uploading on CI (again)

This commit is contained in:
2021-01-27 19:47:30 +00:00
parent 3be2a9f4b5
commit 5f1fd59dd2

View File

@@ -14,7 +14,7 @@ jobs:
if: "!contains(github.event.head_commit.message, '[ci skip]')" if: "!contains(github.event.head_commit.message, '[ci skip]')"
strategy: strategy:
matrix: matrix:
test-group: ["RIGS/tests/", "versioning/tests/", "users/tests/", "assets/tests/"] test-group: ["RIGS", "versioning", "users", "assets"]
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Set up Python - name: Set up Python