Skip to content

Add operator to add non-string json #8 #38

Add operator to add non-string json #8

Add operator to add non-string json #8 #38

Workflow file for this run

name: CI - Testing Rust Code
on:
push:
branches: [ "main", "develop" ]
pull_request:
branches: [ "main", "develop" ]
env:
CARGO_TERM_COLOR: always
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Run all tests in container
run: docker compose -f tests/compose.yml run run_e2e