Skip to content

Commit

Permalink
ci: check with and without pinned dep packages
Browse files Browse the repository at this point in the history
  • Loading branch information
XavierChanth committed Sep 21, 2023
1 parent 7ef5f90 commit 8971bcf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/melos_bootstrap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ permissions:

jobs:
melos-bootstrap:
strategy:
fail-fast: false
matrix:
args:
- ""
- '--ignore="at_root_server" --ignore="at_secondary"'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
Expand All @@ -15,4 +21,4 @@ jobs:
- name: flutter pub get
run: flutter pub get
- name: Do melos bootstrap
run: dart run melos bootstrap
run: dart run melos bootstrap ${{ matrix.args }}
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ build/

# If you're building an application, you may want to check-in your pubspec.lock
pubspec.lock
pubspec_overrides.yaml # melos
pubspec_overrides.yaml

# Directory created by dartdoc
# If you don't generate documentation locally you can remove this line.
Expand Down

0 comments on commit 8971bcf

Please sign in to comment.