Skip to content

Commit

Permalink
ci(sigv4): Enable web tests
Browse files Browse the repository at this point in the history
Enables web tests in the `aws_signature_v4` package
  • Loading branch information
Dillon Nys committed Nov 9, 2022
1 parent 27f2d8c commit 1da778a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/aws_signature_v4/build.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
targets:
$default:
builders:
build_web_compilers:entrypoint:
release_options:
dart2js_args:
- --define=dart.vm.product=true
- --enable-asserts
2 changes: 2 additions & 0 deletions packages/aws_signature_v4/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,10 @@ dev_dependencies:
path: ../amplify_lints
args: ^2.2.0
build_runner: ^2.0.0
build_test: ^2.1.5
build_verify: 3.0.0
build_version: 2.1.1
build_web_compilers: ^3.2.0
json_serializable: 6.3.1
stream_channel: ^2.1.0
test: ^1.16.0
Expand Down

0 comments on commit 1da778a

Please sign in to comment.