Skip to content

Commit

Permalink
test(logging): add logging integ test
Browse files Browse the repository at this point in the history
  • Loading branch information
phantumcode committed Sep 12, 2023
1 parent ae9901d commit 4d000ef
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/integ_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,8 @@ jobs:
needs: prepare-for-test
uses: ./.github/workflows/integ_test_storage.yml
secrets: inherit

logging-test:
needs: prepare-for-test
uses: ./.github/workflows/integ_test_logging.yml
secrets: inherit

0 comments on commit 4d000ef

Please sign in to comment.