From b788aa3eebad5ae4e00531532d7e2f96f5948b4a Mon Sep 17 00:00:00 2001 From: Ramon Petgrave Date: Fri, 13 Dec 2024 10:37:17 -0500 Subject: [PATCH] fix tscommon builder test Signed-off-by: Ramon Petgrave --- .github/workflows/pre-submit.actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pre-submit.actions.yml b/.github/workflows/pre-submit.actions.yml index eba9f47fc2..169e97d806 100644 --- a/.github/workflows/pre-submit.actions.yml +++ b/.github/workflows/pre-submit.actions.yml @@ -46,7 +46,7 @@ jobs: working-directory: .github/actions/tscommon run: | set -euo pipefail - make action + make clean package - name: Compare the expected and actual dist/ directories working-directory: .github/actions/tscommon