Skip to content

Commit

Permalink
update @actions/core to 1.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxim Lobanov committed Oct 10, 2020
1 parent 6998260 commit 719c9a2
Show file tree
Hide file tree
Showing 6 changed files with 3,191 additions and 1,488 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Validate 'setup-xamarin'
on:
push:
branches:
- master
pull_request:
schedule:
- cron: 0 0 * * *
Expand All @@ -16,12 +19,12 @@ jobs:
uses: ./
with:
mono-version: 6.6
xamarin-ios-version: 13.8
xamarin-ios-version: 14.0
xamarin-mac-version: 6.6
xamarin-android-version: 10.1

- name: Validate versions
run: pwsh ./__tests__/validate-xamarin-versions.ps1 "6.6" "13.8" "6.6" "10.1"
run: pwsh ./__tests__/validate-xamarin-versions.ps1 "6.6" "14.0" "6.6" "10.1"

xamarin-latest-keyword:
name: xamarin - latest keyword
Expand Down
8 changes: 7 additions & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
name: Build task
on: [pull_request]
on:
push:
branches:
- master
pull_request:
schedule:
- cron: 0 0 * * *

jobs:
Build:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: macos-latest
steps:
- name: setup-xamarin
uses: maxim-lobanov/setup-xamarin@v1.1
uses: maxim-lobanov/setup-xamarin@v1
with:
mono-version: 6.6 # specify version in '<major>.<minor>' format
xamarin-ios-version: 13 # specify version in '<major>' format
Expand Down

0 comments on commit 719c9a2

Please sign in to comment.