Skip to content

Commit

Permalink
update github actions to include serializers package (#458)
Browse files Browse the repository at this point in the history
* extract serializers to seperate package

* clean pubspec

* compat with new dio version, return uint8list in test mocks instead of list<int>

* add github actions to new serializers package
  • Loading branch information
knaeckeKami authored May 17, 2024
1 parent 78a1eb3 commit ff10ead
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

version: 2
updates:
- package-ecosystem: "" # See documentation for possible values
- package-ecosystem: "pub" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
3 changes: 2 additions & 1 deletion .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ jobs:
matrix:
package:
- gql
- gql_exec
- gql_code_builder_serializers
- gql_build
- gql_code_builder
- gql_exec
- gql_link
- gql_dedupe_link
- gql_dio_link
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_alpha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
image: dart:latest
if: github.ref == 'refs/heads/master'
env:
PACKAGES: 'gql,gql_build,gql_code_builder,gql_dedupe_link,gql_dio_link,gql_exec,gql_http_link,gql_link,gql_pedantic,gql_transform_link,gql_error_link,gql_websocket_link'
PACKAGES: 'gql,gql_code_builder_serializers,gql_build,gql_code_builder,gql_dedupe_link,gql_dio_link,gql_exec,gql_http_link,gql_link,gql_pedantic,gql_transform_link,gql_error_link,gql_websocket_link'
steps:
- name: Clone repository
uses: actions/checkout@v2
Expand Down

0 comments on commit ff10ead

Please sign in to comment.