Skip to content

Commit

Permalink
ci(auth): sequence
Browse files Browse the repository at this point in the history
  • Loading branch information
vobu committed Sep 8, 2023
1 parent 5a1dda6 commit 3bcbf71
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/wdi5-tests_auth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

0 comments on commit 3bcbf71

Please sign in to comment.