Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert-SD committed Jul 19, 2024
1 parent eabf270 commit 73017de
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/android_clean_build_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ jobs:
cd demo_project
sed -i 's/"org.jetbrains.kotlin.android" version "1.7.10"/"org.jetbrains.kotlin.android" version "1.8.10"/g' android/settings.gradle
flutter pub add adyen_checkout
flutter pub get --directory
- name: Gradle cache
uses: gradle/actions/setup-gradle@v3
Expand Down Expand Up @@ -78,6 +77,7 @@ jobs:
force-avd-creation: false
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
disable-animations: true
working-directory: /demo_project
script: echo "Hello World!"
working-directory: ./demo_project
script: |
ls

0 comments on commit 73017de

Please sign in to comment.