Skip to content

Commit 7013e78

Browse files
committed
another fix
1 parent 539225b commit 7013e78

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/dafny_interop_test_vector_java.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
testJava:
2323
strategy:
2424
matrix:
25-
library: [DynamoDbEncryption, TestVectors]
25+
library: [TestVectors]
2626
java-version: [8, 11, 16, 17]
2727
os: [
2828
# Run on ubuntu image that comes pre-configured with docker
@@ -84,9 +84,9 @@ jobs:
8484
with:
8585
dafny-version: ${{ inputs.dbesdk-dafny}}
8686

87-
- name: Build DynamoDbEncrytpion implementation
87+
- name: Build DynamoDbEncryption implementation
8888
shell: bash
89-
working-directory: ./${{ matrix.library }}
89+
working-directory: DynamoDbEncryption
9090
run: |
9191
make transpile_implementation_java
9292
make transpile_test_java

.github/workflows/dafny_interop_test_vector_net.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
matrix:
2525
library: [TestVectors]
2626
dotnet-version: ["6.0.x"]
27-
os: [macos-12, ubuntu-latest, windows-latest]
27+
os: [ubuntu-latest]
2828
runs-on: ${{ matrix.os }}
2929
permissions:
3030
id-token: write

0 commit comments

Comments
 (0)