commit | ce37040d2bd16d91ef21a3d80c58e40411727cb9 | [log] [tgz] |
---|---|---|
author | Guilherme Steinmüller <gsteinmuller@vexxhost.com> | Wed Jan 25 10:43:03 2023 -0300 |
committer | GitHub <noreply@github.com> | Wed Jan 25 08:43:03 2023 -0500 |
tree | e49a065a9d487cb5d192403770ef2324cb0d7170 | |
parent | 35e132ff5ca8c7fb7505d6a57f23f21200ebcacc [diff] |
ci: remove e2e and integration tests (#289)
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3af6abc..0a2f5ff 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml
@@ -55,7 +55,7 @@ strategy: fail-fast: false matrix: - type: [e2e, integration, unit] + type: [unit] steps: - name: Checkout project uses: actions/checkout@v3