Summary
Jobs
pr-ci-codegen
pr-ci-verification
pr-ci-net
pr-test-vectors
pr-dafny-test-vectors
generateEncryptVectors (TestVectors, ubuntu-latest, java, 6.0.x)
generateEncryptVectors (TestVectors, ubuntu-latest, net, 6.0.x)
generateEncryptVectors (TestVectors, macos-13, java, 6.0.x)
generateEncryptVectors (TestVectors, macos-13, net, 6.0.x)
testInteroperablity
pr-dafny-legacy-test-vectors
decryptEncryptVectors (TestVectors, ubuntu-latest, net, aws-encryption-sdk-test-vectors/vectors/a...
decryptEncryptVectors (TestVectors, ubuntu-latest, net, aws-encryption-sdk-test-vectors/vectors/a...
decryptEncryptVectors (TestVectors, ubuntu-latest, net, aws-encryption-sdk-test-vectors/vectors/a...
decryptEncryptVectors (TestVectors, ubuntu-latest, net, aws-encryption-sdk-test-vectors/vectors/a...
decryptEncryptVectors (TestVectors, ubuntu-latest, net, aws-encryption-sdk-test-vectors/vectors/a...
decryptEncryptVectors (TestVectors, ubuntu-latest, net, aws-encryption-sdk-test-vectors/vectors/a...
decryptEncryptVectors (TestVectors, macos-13, net, aws-encryption-sdk-test-vectors/vectors/awses-...
decryptEncryptVectors (TestVectors, macos-13, net, aws-encryption-sdk-test-vectors/vectors/awses-...
decryptEncryptVectors (TestVectors, macos-13, net, aws-encryption-sdk-test-vectors/vectors/awses-...
decryptEncryptVectors (TestVectors, macos-13, net, aws-encryption-sdk-test-vectors/vectors/awses-...
decryptEncryptVectors (TestVectors, macos-13, net, aws-encryption-sdk-test-vectors/vectors/awses-...
decryptEncryptVectors (TestVectors, macos-13, net, aws-encryption-sdk-test-vectors/vectors/awses-...
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This workflow runs for every pull request
name: PR CI
on:
pull_request:
jobs:
pr-ci-codegen:
uses: ./.github/workflows/library_codegen.yml
with:
dafny: '4.8.1'
pr-ci-verification:
uses: ./.github/workflows/library_dafny_verification.yml
with:
dafny: '4.8.1'
# pr-ci-java:
# uses: ./.github/workflows/library_java_tests.yml
# with:
# dafny: '4.2.0'
pr-ci-net:
uses: ./.github/workflows/library_net_tests.yml
with:
dafny: '4.8.1'
pr-test-vectors:
uses: ./.github/workflows/library_interop_tests.yml
with:
dafny: '4.8.1'
pr-dafny-test-vectors:
uses: ./.github/workflows/library_interop_test_vectors.yml
with:
dafny: '4.8.1'
pr-dafny-legacy-test-vectors:
uses: ./.github/workflows/library_legacy_interop_test_vectors.yml
with:
dafny: '4.8.1'
You can’t perform that action at this time.