This commit is contained in:
2023-03-24 17:43:54 +01:00
parent b05cac01c8
commit 3c5a2ba1a0

View File

@@ -35,4 +35,4 @@ jobs:
- name: Test
run: dotnet test --no-restore --verbosity normal
- name: Docker Test
run: sudo docker run hello-world
run: docker run hello-world