Skip to content

Commit

Permalink
Add ifs
Browse files Browse the repository at this point in the history
  • Loading branch information
mosuem committed Aug 23, 2024
1 parent ff73216 commit 39b2434
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/intl4x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,11 +187,13 @@ jobs:
dart pub get
- name: Run `dart test`
if: matrix.compiletype == 'dynamic'
run: |
cd pkgs/intl4x
dart --enable-experiment=native-assets test
- name: Compile and run example
if: matrix.compiletype == 'static'
run: |
cd pkgs/intl4x/example_native
dart --enable-experiment=native-assets pub get
Expand Down

0 comments on commit 39b2434

Please sign in to comment.