Skip to content

Restructing project to support async-cassandra-bulk #3

Restructing project to support async-cassandra-bulk

Restructing project to support async-cassandra-bulk #3

Workflow file for this run

name: PR CI
on:
pull_request:
branches: [ main ]
paths-ignore:
- '**.md'
- 'docs/**'
- '.gitignore'
- 'LICENSE'
workflow_dispatch:
jobs:
async-cassandra:
uses: ./.github/workflows/ci-monorepo.yml
with:
package: async-cassandra
run-integration-tests: false
run-full-suite: false
async-cassandra-bulk:
uses: ./.github/workflows/ci-monorepo.yml
with:
package: async-cassandra-bulk
run-integration-tests: false
run-full-suite: false