File tree 2 files changed +6
-5
lines changed
2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
- # This workflow performs test vectors in Python with MPL nightly latest .
2
- name : Library Python Test Vectors Backwards Interop Tests
1
+ # This workflow performs test vectors in Python with the client interface .
2
+ name : Library Python Test Vectors Client Interface Interop Tests
3
3
4
4
on :
5
5
workflow_call :
29
29
library : [TestVectors]
30
30
python-version : [3.11, 3.12, 3.12]
31
31
os : [ubuntu-22.04]
32
+ interface : [client, resource, table]
32
33
runs-on : ${{ matrix.os }}
33
34
permissions :
34
35
id-token : write
97
98
- name : Test TestVectors
98
99
working-directory : ./TestVectors
99
100
run : |
100
- make test_python_client_interface
101
+ make test_python_${{matrix.interface}}_interface
Original file line number Diff line number Diff line change 59
59
uses : ./.github/workflows/ci_test_python.yml
60
60
with :
61
61
dafny : ${{needs.getVersion.outputs.version}}
62
- pr-ci-python-testvectors-client :
62
+ pr-ci-python-testvectors :
63
63
needs : getVersion
64
64
uses : ./.github/workflows/dafny_interop_test_vector_python_client.yml
65
65
with :
91
91
- pr-ci-net-test-vectors
92
92
- pr-ci-net-examples
93
93
- pr-ci-python
94
- - pr-ci-python-testvectors-client
94
+ - pr-ci-python-testvectors
95
95
runs-on : ubuntu-22.04
96
96
steps :
97
97
- name : Verify all required jobs passed
You can’t perform that action at this time.
0 commit comments