Skip to content

Update app-store.yml #1066

Update app-store.yml

Update app-store.yml #1066

Workflow file for this run

name: ios-unit-test

Check failure on line 1 in .github/workflows/unit-test.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/unit-test.yml

Invalid workflow file

No steps defined in `steps` and no workflow called in `uses` for the following jobs: build-macos
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/**/*