chore: Fix command

This commit is contained in:
Koji Wakamiya 2025-12-15 07:08:48 +09:00
parent 48b61fe1a8
commit 0901330154
No known key found for this signature in database
1 changed files with 3 additions and 1 deletions

View File

@ -15,4 +15,6 @@ jobs:
steps: steps:
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
- uses: dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c # v1.7.1 - uses: dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c # v1.7.1
- run: dart test - run: |
dart pub get
dart test