Skip to content

Commit

Permalink
feat(ci): run provider integration tests from sub-validate
Browse files Browse the repository at this point in the history
  • Loading branch information
geekbrother committed Jan 15, 2024
1 parent 36e3652 commit deefe61
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/sub-validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,12 @@ jobs:
command: test
args: --test integration

- name: "Run Providers Integration Tests"
uses: ./.github/workflows/sub-providers.yml
with:
providers_directory: "src/providers/"
stage-url: ${{ inputs.stage-url }}

integration-tests-ts:
name: TS Integration Tests - ${{ inputs.stage }}
runs-on:
Expand Down

0 comments on commit deefe61

Please sign in to comment.