Skip to content

SQLiteConn: Add 'Raw' method to give access to underlying sqlite3 con… #180

SQLiteConn: Add 'Raw' method to give access to underlying sqlite3 con…

SQLiteConn: Add 'Raw' method to give access to underlying sqlite3 con… #180

Workflow file for this run

name: dockerfile
on:
workflow_dispatch:
push:
tags:
- 'v*'
pull_request:
branches: [ master ]
jobs:
dockerfile:
name: Run Dockerfiles in examples
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run example - simple
run: |
docker build -t simple -f ./_example/simple/Dockerfile .
docker run simple | grep 99\ こんにちは世界099