Summary
Jobs
pr-ci-format
pr-ci-verification
pr-ci-java
testJava (AwsCryptographyPrimitives, ubuntu-latest)
testJava (AwsCryptographyPrimitives, macos-latest)
testJava (ComAmazonawsKms, ubuntu-latest)
testJava (ComAmazonawsKms, macos-latest)
testJava (ComAmazonawsDynamodb, ubuntu-latest)
testJava (ComAmazonawsDynamodb, macos-latest)
testJava (AwsCryptographicMaterialProviders, ubuntu-latest)
testJava (AwsCryptographicMaterialProviders, macos-latest)
testJava (TestVectorsAwsCryptographicMaterialProviders, ubuntu-latest)
testJava (TestVectorsAwsCryptographicMaterialProviders, macos-latest)
testJava (StandardLibrary, ubuntu-latest)
testJava (StandardLibrary, macos-latest)
pr-ci-net
testDotNet (StandardLibrary, 6.0.x, windows-latest)
testDotNet (StandardLibrary, 6.0.x, ubuntu-latest)
testDotNet (StandardLibrary, 6.0.x, macos-latest)
testDotNet (AwsCryptographyPrimitives, 6.0.x, windows-latest)
testDotNet (AwsCryptographyPrimitives, 6.0.x, ubuntu-latest)
testDotNet (AwsCryptographyPrimitives, 6.0.x, macos-latest)
testDotNet (ComAmazonawsKms, 6.0.x, windows-latest)
testDotNet (ComAmazonawsKms, 6.0.x, ubuntu-latest)
testDotNet (ComAmazonawsKms, 6.0.x, macos-latest)
testDotNet (ComAmazonawsDynamodb, 6.0.x, windows-latest)
testDotNet (ComAmazonawsDynamodb, 6.0.x, ubuntu-latest)
testDotNet (ComAmazonawsDynamodb, 6.0.x, macos-latest)
testDotNet (AwsCryptographicMaterialProviders, 6.0.x, windows-latest)
testDotNet (AwsCryptographicMaterialProviders, 6.0.x, ubuntu-latest)
testDotNet (AwsCryptographicMaterialProviders, 6.0.x, macos-latest)
testDotNet (TestVectorsAwsCryptographicMaterialProviders, 6.0.x, windows-latest)
testDotNet (TestVectorsAwsCryptographicMaterialProviders, 6.0.x, ubuntu-latest)
testDotNet (TestVectorsAwsCryptographicMaterialProviders, 6.0.x, macos-latest)
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-format:
uses: ./.github/workflows/library_format.yml
with:
dafny: '4.2.0'
pr-ci-verification:
uses: ./.github/workflows/library_dafny_verification.yml
with:
dafny: '4.2.0'
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.2.0'
You can’t perform that action at this time.