Skip to content

feat: add docs for Query\Builder::whereInUnnest #904

feat: add docs for Query\Builder::whereInUnnest

feat: add docs for Query\Builder::whereInUnnest #904

Workflow file for this run

name: Run tests
on:
push:
branches: [ master, 5.x ]
pull_request:
jobs:
Run-PHPUnit:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v3
- run: echo "💡 The ${{ github.repository }} repository has been cloned to the runner."
- run: echo "🖥️ The workflow is now ready to test your code on the runner."
- name: Build docker image
run: make build
- name: Run test
run: make test
- name: Show failed container logs
if: failure()
run: make logs