Skip to content

Commit 38941fc

Browse files
committed
chore: run test vectors in net and java on MacOS
1 parent 3194054 commit 38941fc

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

.github/workflows/ci_test_vector_java.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,18 @@ jobs:
3232
os: [
3333
# Run on ubuntu image that comes pre-configured with docker
3434
ubuntu-22.04,
35+
macos-13,
3536
]
3637
runs-on: ${{ matrix.os }}
3738
permissions:
3839
id-token: write
3940
contents: read
4041
steps:
41-
- name: Setup DynamoDB Local
42+
- name: Setup Docker
43+
if: matrix.os == 'macos-13' && matrix.library == 'TestVectors'
44+
uses: douglascamata/[email protected]
45+
46+
- name: Setup DynamoDB Local
4247
uses: rrainn/[email protected]
4348
with:
4449
port: 8000

.github/workflows/ci_test_vector_net.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,18 @@ jobs:
2828
os: [
2929
# Run on ubuntu image that comes pre-configured with docker
3030
ubuntu-22.04,
31+
macos-13,
3132
]
3233
runs-on: ${{ matrix.os }}
3334
permissions:
3435
id-token: write
3536
contents: read
3637
steps:
37-
- name: Setup DynamoDB Local
38+
- name: Setup Docker
39+
if: matrix.os == 'macos-13' && matrix.library == 'TestVectors'
40+
uses: douglascamata/[email protected]
41+
42+
- name: Setup DynamoDB Local
3843
uses: rrainn/[email protected]
3944
with:
4045
port: 8000

.github/workflows/library_rust_tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
steps:
3737
- name: Setup Docker
3838
if: matrix.os == 'macos-13' && matrix.library == 'TestVectors'
39-
uses: douglascamata/setup-docker-macos-action@v1-alpha
39+
uses: douglascamata/setup-docker-macos-action@v1.0.0
4040

4141
- name: Setup DynamoDB Local
4242
if: matrix.library == 'TestVectors'

0 commit comments

Comments
 (0)