From bfeb9713cc19c4399ca3091c4b0ca8717d7f414f Mon Sep 17 00:00:00 2001 From: Justin Buchanan Date: Thu, 19 Oct 2023 18:04:58 -0700 Subject: [PATCH 1/2] fix github actions badge url in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a5ae97..04bffc0 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # cq-cli -[![tests](https://github.com/CadQuery/cq-cli/workflows/tests/badge.svg)](https://github.com/CadQuery/cq-cli/actions) +[![tests](https://github.com/CadQuery/cq-cli/actions/workflows/check-commit-actions.yml/badge.svg)](https://github.com/CadQuery/cq-cli/actions) ## Contents From af710d281174a0fbb6b7c977ea84fd41e38ba682 Mon Sep 17 00:00:00 2001 From: Jeremy Wright Date: Fri, 20 Oct 2023 09:53:15 -0400 Subject: [PATCH 2/2] Skipping GLTF test for now until fix is merged into CadQuery repo --- tests/test_gltf_codec.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/test_gltf_codec.py b/tests/test_gltf_codec.py index b543469..53da3da 100644 --- a/tests/test_gltf_codec.py +++ b/tests/test_gltf_codec.py @@ -1,5 +1,7 @@ +import pytest import tests.test_helpers as helpers +@pytest.mark.skip(reason="Waiting on #1414 on the CadQuery repo to be merged to finish this") def test_gltf_codec(): """ Basic test of the GLTF codec plugin.