Update app-store.yml #1066
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: ios-unit-test | ||
on: | ||
workflow_dispatch: | ||
# schedule: | ||
# - cron: '05 * * * *' | ||
jobs: | ||
build-macos: | ||
runs-on: ubuntu-latest | ||
steps: | ||
# - name: Checkout | ||
# uses: actions/checkout@v2 | ||
# - name: Scripts | ||
# run: echo hello | ||
# - name: Download UAS logs from artifacts | ||
# run: 'echo status code: ${{success()}}' | ||
# with: | ||
# repository: "WW-Digital/kurbo-ios" | ||
# ref: aylwing/task/FNDM-2349 | ||
# ssh-key: ${{ secrets.ssh_ww }} | ||
# - name : Unit tests | ||
# run: | | ||
# bundle install | ||
# bundle exec fastlane test | ||
# - name: Upload a Build Artifact | ||
# uses: actions/upload-artifact@v2 | ||
# if: always() | ||
# with: | ||
# name: "scan" | ||
# path: output/scan/**/* |