Skip to content

test R package in CI/CD #88

test R package in CI/CD

test R package in CI/CD #88

Workflow file for this run

#
# This workflow runs (some of) the client test for the DuckDB extension. These should only be used when necessary, writing
# regular SQL tests is generally preferable. Feel free to remove this workflow for your extension.
#
name: Client specific tests
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:
repository_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.head_ref || '' }}-${{ github.base_ref || '' }}-${{ github.ref != 'refs/heads/main' || github.sha }}
cancel-in-progress: true
jobs:
client-tests:
name: Client Tests
uses: duckdb/duckdb/.github/workflows/[email protected]
with:
duckdb_version: v0.9.2