Skip to content

Merge pull request #61 from pj8/branch-1.2.13 #117

Merge pull request #61 from pj8/branch-1.2.13

Merge pull request #61 from pj8/branch-1.2.13 #117

Workflow file for this run

name: Test
on: push
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, ubuntu-latest]
test_script: [mongodb-test.sh, mysql-test.sh, postgresql-12-test.sh, postgresql-13-test.sh, redis-test.sh]
steps:
- uses: actions/checkout@v3
- name: Run test
run: |
cd tests
/bin/bash ${{ matrix.test_script }}