Skip to content

Commit fdefaff

Browse files
authored
chore(GHA): fix test vector dafny interop (#1291)
1 parent 8bec538 commit fdefaff

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

.github/workflows/dafny_interop_test_vector_java.yml

-5
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,6 @@ jobs:
5656
with:
5757
dafny-version: ${{ inputs.mpl-dafny }}
5858

59-
- name: Setup Dafny
60-
uses: dafny-lang/[email protected]
61-
with:
62-
dafny-version: ${{ inputs.dafny }}
63-
6459
- name: Update MPL submodule
6560
working-directory: submodules/MaterialProviders
6661
run: |

.github/workflows/dafny_interop_test_vector_net.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
testDotNet:
2323
strategy:
2424
matrix:
25-
library: [DynamoDbEncryption, TestVectors]
25+
library: [TestVectors]
2626
dotnet-version: ["6.0.x"]
2727
os: [macos-12, ubuntu-latest, windows-latest]
2828
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)