Skip to content

Commit 19679d0

Browse files
authored
Use Test Pubspec Files
1 parent 454c4a7 commit 19679d0

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)