Skip to content

Commit ff64301

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents 69bf0bc + 19679d0 commit ff64301

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/dargon2_tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v2
2020
- uses: dart-lang/setup-dart@v1
21+
- name: Use Test Pubspec Files
22+
run: |
23+
mv pubspec.test.yaml pubspec.yaml
24+
mv ../dargon2_core/pubspec.test.yaml ../dargon2_core/pubspec.yaml
25+
mv ../dargon2_interface/pubspec.test.yaml ../dargon2_interface/pubspec.yaml
2126
- name: Install dependencies
2227
run: dart pub get
2328
- name: Run tests

0 commit comments

Comments
 (0)