Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/PaulWoitaschek/Voice
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulWoitaschek committed Mar 24, 2020
2 parents ab50e8a + cd5de2a commit 9b2a9b0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,22 @@ on: [push]

jobs:
build:

timeout-minutes: 60

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2

- uses: malinskiy/action-android/install-sdk@release/0.0.5

- name: Fastlane
uses: maierj/[email protected]
with:
lane: ci

- uses: actions/[email protected]
if: always()
with:
name: "Artifacts"
path: "artifacts"

0 comments on commit 9b2a9b0

Please sign in to comment.