try fix
This commit is contained in:
		| @@ -47,11 +47,11 @@ jobs: | ||||
|           key: ${{ runner.os }}-primes             | ||||
|  | ||||
|       - name: Start Podman service | ||||
|         run: nohup podman system service -t 0 unix:/tmp/podman.sock & | ||||
|         run: nohup podman system service -t 0 unix:///tmp/podman.sock & | ||||
|  | ||||
|       - name: Run E2E tests | ||||
|         env: | ||||
|           DOCKER_HOST: unix:/tmp/podman.sock | ||||
|           DOCKER_HOST: unix:///tmp/podman.sock | ||||
|           IGNORE_ROOT_CHECK: 1 | ||||
|         run: | | ||||
|           make e2e-test | ||||
|   | ||||
		Reference in New Issue
	
	Block a user