Skip to content

Properly handle unions in from_dict #340

Properly handle unions in from_dict

Properly handle unions in from_dict #340

Workflow file for this run

name: Protocol Tests
on:
push:
branches: develop
pull_request:
branches: develop
jobs:
protocol-test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
name: RestJson1
steps:
- uses: actions/checkout@v3
- name: Set up Corretto 17 JDK
uses: actions/setup-java@v3
with:
distribution: corretto
java-version: 17
- name: Set up Python for Pants - 3.9
uses: actions/setup-python@v4
with:
python-version: 3.9
- name: Set up Python for protocol tests - 3.11
uses: actions/setup-python@v4
with:
python-version: 3.11
- name: Run protocol tests
run: make test-protocols