commit | 182bcafe59e46257c43542ed07c84d76d0db18af | [log] [tgz] |
---|---|---|
author | Mohammed Naser <mnaser@vexxhost.com> | Sun Sep 18 10:43:36 2022 -0400 |
committer | Mohammed Naser <mnaser@vexxhost.com> | Mon Sep 19 19:29:15 2022 -0400 |
tree | fb819626aadcfbad4ae5d1ae3820d7bf5cbe5212 | |
parent | f9cb89b830adfb70c2b69f0127c21aa51c6547d4 [diff] |
ci: add e2e to matrix
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 704706d..9220393 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml
@@ -43,7 +43,7 @@ strategy: fail-fast: false matrix: - type: [unit, integration] + type: [e2e, integration, unit] steps: - name: Checkout project uses: actions/checkout@v3.0.2