From 3bcbf714fb6fe1d775c1a5dd1e31386b38531b63 Mon Sep 17 00:00:00 2001 From: Volker Buzek Date: Fri, 8 Sep 2023 14:05:28 +0200 Subject: [PATCH] ci(auth): sequence --- .github/workflows/wdi5-tests_auth.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/wdi5-tests_auth.yml b/.github/workflows/wdi5-tests_auth.yml index 71039961..644bb4b6 100644 --- a/.github/workflows/wdi5-tests_auth.yml +++ b/.github/workflows/wdi5-tests_auth.yml @@ -68,6 +68,11 @@ jobs: - name: build run: npm run build + # this against the submodule cloned from https://github.com/SAP-samples/cap-bookshop-wdi5 + - name: local CAP authentication + run: npm run test:capAuth + + # this against deployed TS sample app on BTP - name: (browserstack) btp/sap cloud id, basic auth, office 365, custom auth run: BROWSERSTACK=true npm run test:auth @@ -77,7 +82,3 @@ jobs: - name: regular support for workzone run: npm run test:wz:regular - - # this against the submodule cloned from https://github.com/SAP-samples/cap-bookshop-wdi5 - - name: local CAP authentication - run: npm run test:capAuth