From 5c2a2c1534c6dc550744ab81fd7f5963f7f6dbc7 Mon Sep 17 00:00:00 2001 From: Florian Date: Wed, 25 Sep 2024 14:13:32 +0200 Subject: [PATCH 1/7] attempt CI fix --- .github/workflows/build-action.yml | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-action.yml b/.github/workflows/build-action.yml index f48acc4c3..ff0a29a69 100644 --- a/.github/workflows/build-action.yml +++ b/.github/workflows/build-action.yml @@ -162,10 +162,29 @@ jobs: shopt -s globstar test_files=(./dist/node/**/*.unit-test.js) + set -o pipefail + + success=true + failed_tests="" + failed_count=0 + for ((i=start_index; i Date: Wed, 25 Sep 2024 14:14:40 +0200 Subject: [PATCH 2/7] remove variable --- .github/workflows/build-action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-action.yml b/.github/workflows/build-action.yml index ff0a29a69..3c576b6e6 100644 --- a/.github/workflows/build-action.yml +++ b/.github/workflows/build-action.yml @@ -174,7 +174,7 @@ jobs: if [ $? -eq 1 ]; then success=false - failed_tests+="test failed: ${test_files[$i]}${NEWLINE}" + failed_tests+="test failed: ${test_files[$i]}" failed_tests+=$'\n' failed_count=$((failed_count + 1)) fi From 247dc4686fd5cc3df9aec5dfd1ea649c3314acc4 Mon Sep 17 00:00:00 2001 From: Florian Date: Wed, 25 Sep 2024 14:15:49 +0200 Subject: [PATCH 3/7] add second branch --- .github/workflows/build-action.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build-action.yml b/.github/workflows/build-action.yml index 3c576b6e6..0502ea398 100644 --- a/.github/workflows/build-action.yml +++ b/.github/workflows/build-action.yml @@ -184,6 +184,8 @@ jobs: echo "${failed_count} tests failed" echo "$failed_tests" exit 1; + else + echo "all tests succeeded" fi continue-on-error: false From 9f5e9a2642bbec1fefb3b990adb6fef141f33995 Mon Sep 17 00:00:00 2001 From: Florian Date: Wed, 25 Sep 2024 14:34:33 +0200 Subject: [PATCH 4/7] looks like all this only works locally for some reason --- .github/workflows/build-action.yml | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/.github/workflows/build-action.yml b/.github/workflows/build-action.yml index 0502ea398..9d4b1a98d 100644 --- a/.github/workflows/build-action.yml +++ b/.github/workflows/build-action.yml @@ -164,29 +164,10 @@ jobs: set -o pipefail - success=true - failed_tests="" - failed_count=0 - for ((i=start_index; i Date: Wed, 25 Sep 2024 17:02:31 +0200 Subject: [PATCH 5/7] bindings --- src/bindings | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bindings b/src/bindings index 30106d23f..bfe00a654 160000 --- a/src/bindings +++ b/src/bindings @@ -1 +1 @@ -Subproject commit 30106d23ffd707a7e6af4093b9af442cabef1d93 +Subproject commit bfe00a654992ba522ddaef2687c75eb1f14facf9 From 4fd7b1288370e3f0b4aad5979520d8fa4b6b6e50 Mon Sep 17 00:00:00 2001 From: Florian Date: Wed, 25 Sep 2024 17:06:48 +0200 Subject: [PATCH 6/7] bindings --- src/bindings | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bindings b/src/bindings index bfe00a654..bede05a2b 160000 --- a/src/bindings +++ b/src/bindings @@ -1 +1 @@ -Subproject commit bfe00a654992ba522ddaef2687c75eb1f14facf9 +Subproject commit bede05a2b8413afac44d55085bba7f8d8962ff00 From 2079feda1eaee49a524bb43edea429bfbc83deee Mon Sep 17 00:00:00 2001 From: Florian Date: Wed, 25 Sep 2024 17:11:54 +0200 Subject: [PATCH 7/7] fix correct bindings commit --- src/bindings | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bindings b/src/bindings index bede05a2b..d2b3e3940 160000 --- a/src/bindings +++ b/src/bindings @@ -1 +1 @@ -Subproject commit bede05a2b8413afac44d55085bba7f8d8962ff00 +Subproject commit d2b3e39403b6beb2360b175b1d18a1b82a1ade28