Skip to content

Commit d867dde

Browse files
committed
Disable tests
Tests require a machine that can run vulkan.
1 parent 3258813 commit d867dde

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,10 @@ jobs:
2222
build_test:
2323
uses: membraneframework/membrane_actions/.github/workflows/build-test.yml@main
2424

25-
test:
26-
uses: membraneframework/membrane_actions/.github/workflows/test.yml@main
25+
26+
# Tests need a machine capable of running Vulkan.
27+
# test:
28+
# uses: membraneframework/membrane_actions/.github/workflows/test.yml@main
2729

2830
lint:
2931
uses: membraneframework/membrane_actions/.github/workflows/lint.yml@main

0 commit comments

Comments
 (0)