Merge pull request #4273 from vector-im/manu/gh_actions_branch_switch

GH Actions: Make jobs use the right version of MatrixKit and MatrixSDK
This commit is contained in:
manuroe
2021-04-29 08:49:01 +02:00
committed by GitHub
2 changed files with 7 additions and 3 deletions
+6 -2
View File
@@ -9,6 +9,10 @@ on:
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
env:
# Make the git branch for a PR available to our Fastfile
MX_GIT_BRANCH: ${{ github.event.pull_request.head.ref }}
jobs:
build:
name: Build
@@ -39,7 +43,7 @@ jobs:
bundle config path vendor/bundle
bundle install --jobs 4 --retry 3
- name: Use right MatrixKit and MatrixSDK versions
run: bundle exec fastlane point_dependencies_to_pending_releases
run: bundle exec fastlane point_dependencies_to_related_branches
# Main step
- name: Build iOS simulator
@@ -75,7 +79,7 @@ jobs:
bundle config path vendor/bundle
bundle install --jobs 4 --retry 3
- name: Use right MatrixKit and MatrixSDK versions
run: bundle exec fastlane point_dependencies_to_pending_releases
run: bundle exec fastlane point_dependencies_to_related_branches
# Main step
- name: Unit tests
+1 -1
View File
@@ -19,7 +19,7 @@ Changes to be released in next version
*
🧱 Build
*
* GH Actions: Make jobs use the right version of MatrixKit and MatrixSDK.
Others
*