We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3258813 commit d867ddeCopy full SHA for d867dde
1 file changed
.github/workflows/ci.yml
@@ -22,8 +22,10 @@ jobs:
22
build_test:
23
uses: membraneframework/membrane_actions/.github/workflows/build-test.yml@main
24
25
- test:
26
- uses: membraneframework/membrane_actions/.github/workflows/test.yml@main
+
+ # Tests need a machine capable of running Vulkan.
27
+ # test:
28
+ # uses: membraneframework/membrane_actions/.github/workflows/test.yml@main
29
30
lint:
31
uses: membraneframework/membrane_actions/.github/workflows/lint.yml@main
0 commit comments