Skip to content

Commit

Permalink
run wdio tests as part of main test pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-bromann committed Aug 12, 2024
1 parent eaa4ba3 commit c892100
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,8 @@ jobs:
name: Unit Tests
needs: [build_core]
uses: ./.github/workflows/test-unit.yml

wdio_tests:
name: WebdriverIO Tests
needs: [build_core]
uses: ./.github/workflows/test-wdio.yml

0 comments on commit c892100

Please sign in to comment.