Update dependency com.adyen.checkout:drop-in to v5.7.1 #54
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Clean build test | |
on: | |
workflow_dispatch: | |
pull_request: | |
branches: [ "main" ] | |
push: | |
tags: | |
- '*' | |
jobs: | |
android_clean_build_test: | |
name: Android clean build test | |
uses: ./.github/workflows/android_clean_build.yml | |
ios_clean_build_test: | |
name: iOS clean build tests | |
uses: ./.github/workflows/ios_clean_build.yml | |