Skip to content

Commit

Permalink
revert changes correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
qui-jason committed Mar 17, 2024
1 parent 6d0b6c6 commit 5f64c27
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/dargon2_flutter_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
path: |
~/.android/avd/*
~/.android/adb*
key: avd-33-x86
key: avd-33-x64
- name: Download Flutter
uses: subosito/flutter-action@v2
with:
Expand All @@ -60,10 +60,11 @@ jobs:
mv ../../dargon2_flutter_platform_interface/pubspec.test.yaml ../../dargon2_flutter_platform_interface/pubspec.yaml
mv ../../../dargon2_core/pubspec.test.yaml ../../../dargon2_core/pubspec.yaml
- name: Run Integration Tests
uses: ReactiveCircus/[email protected]
uses: reactivecircus/[email protected]
with:
api-level: 33
target: google_apis
arch: x86_64
working-directory: dargon2_flutter/dargon2_flutter/example
script: flutter test integration_test/

Expand Down

This file was deleted.

0 comments on commit 5f64c27

Please sign in to comment.