Merge pull request #15039 from Budibase/test-sqs-whoops

Add sqs to the datasource test matrix.
This commit is contained in:
Sam Rose 2024-11-20 11:38:50 +00:00 committed by GitHub
commit c7625caf17
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -147,7 +147,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
datasource: [mssql, mysql, postgres, mongodb, mariadb, oracle, none]
datasource:
[mssql, mysql, postgres, mongodb, mariadb, oracle, sqs, none]
steps:
- name: Checkout repo
uses: actions/checkout@v4