From 76d248f302c2fb2dc836432cb66143e23b050e58 Mon Sep 17 00:00:00 2001 From: Allan Date: Fri, 18 Aug 2023 11:02:24 +0100 Subject: [PATCH] chore: updating main.yml to debug packages rebuild --- .github/workflows/main.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e15a1c7..b1a4d9e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -60,5 +60,8 @@ jobs: - name: SAS Packages Release run: | npx @sasjs/cli compile job -s sasjs/utils/create_sas_package.sas -o sasjsbuild -t server - # this part depends on https://github.com/sasjs/server/issues/307 + # need long duration token per https://github.com/sasjs/server/issues/307 + echo check if regular code exec works + npx @sasjs/cli run all.sas -t server + echo now regenerate packages npx @sasjs/cli run sasjsbuild/jobs/utils/create_sas_package.sas -t server