Skip to content

Commit ff7fe0a

Browse files
committed
Fix various incorrect definitions.
1 parent 85f8105 commit ff7fe0a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/solid-tests-suites.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -204,9 +204,9 @@ jobs:
204204
- 29
205205
- 30
206206
test:
207-
- ${{ needs.docker-images.outputs.SOLID_CRUD_TESTS_KEY }}
208-
- ${{ needs.docker-images.outputs.WEB_ACCESS_CONTROL_TESTS_KEY }}
209-
- ${{ needs.docker-images.outputs.WEBID_PROVIDER_TESTS_KEY }}
207+
- ${{ needs.docker-images.outputs.SOLID_CRUD_TESTS_IMAGE }}
208+
- ${{ needs.docker-images.outputs.WEB_ACCESS_CONTROL_TESTS_IMAGE }}
209+
- ${{ needs.docker-images.outputs.WEBID_PROVIDER_TESTS_IMAGE }}
210210

211211
# Prevent EOL or non-stable versions of Nextcloud to fail the test-suite
212212
continue-on-error: ${{ contains(fromJson('[28,29,30]'), matrix.nextcloud_version) == false }}

0 commit comments

Comments
 (0)