Skip to content

fix: connector's logger to format logs to match GCP format #54

fix: connector's logger to format logs to match GCP format

fix: connector's logger to format logs to match GCP format #54

Workflow file for this run

name: Workflow that runs on pull requests
on:
pull_request:
jobs:
changesets:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Installing dependencies and building packages
uses: ./.github/actions/ci
- name: Run tests
uses: ./.github/actions/test