Skip to content

Commit

Permalink
Test OAuth2 dependency fix
Browse files Browse the repository at this point in the history
  • Loading branch information
a544jh committed Jan 10, 2025
1 parent 9108562 commit db458c2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/all_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -377,3 +377,8 @@ jobs:
npm ci
npm run lint
npm run test:unit
tests-oauth2:
name: "👀OAuth2"
needs: [build_koski]
uses: ./.github/workflows/omadataoauth2sample_test.yml
3 changes: 0 additions & 3 deletions .github/workflows/run_koski_tests_on_branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,3 @@ jobs:
tests:
name: "👀"
uses: ./.github/workflows/all_tests.yml
tests-oauth2:
name: "👀OAuth2"
uses: ./.github/workflows/omadataoauth2sample_test.yml

0 comments on commit db458c2

Please sign in to comment.