Skip to content

Commit

Permalink
PIA-809: Update iOS app (#33)
Browse files Browse the repository at this point in the history
* Update application

* PIA-809: Update ruby version on CI pipelines
  • Loading branch information
kp-laura-sempere authored Nov 9, 2023
1 parent 374153f commit 299a594
Show file tree
Hide file tree
Showing 23 changed files with 457 additions and 338 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ jobs:
git config --global url."https://${{ secrets.ORG_GITHUB_USERNAME }}:${{ secrets.ORG_GITHUB_TOKEN }}@github.com/".insteadOf "[email protected]:"
- uses: actions/checkout@v3

- name: Select XCode version
run: sudo xcode-select -s /Applications/Xcode_15.0.app

- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
ruby-version: 3.0.2

- name: Install Fastlane
run: gem install fastlane
Expand All @@ -36,11 +36,10 @@ jobs:
- name: Check fastlane env
run: cat fastlane/.env

- name: Run e2e tests with fastlane
run: bundle exec fastlane e2e_tests
continue-on-error: true

- name: Run tests
- name: Run unit tests
run: bundle exec fastlane tests

- name: Run e2e tests
run: bundle exec fastlane e2e_tests


4 changes: 2 additions & 2 deletions .github/workflows/testflight_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ jobs:
git config --global url."https://${{ secrets.ORG_GITHUB_USERNAME }}:${{ secrets.ORG_GITHUB_TOKEN }}@github.com/".insteadOf "[email protected]:"
- uses: actions/checkout@v3

- name: Select XCode version
run: sudo xcode-select -s /Applications/Xcode_15.0.app

- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
ruby-version: 3.0.2

- name: Install Fastlane
run: gem install fastlane
Expand Down
256 changes: 0 additions & 256 deletions .github/workflows/vpn-ios.yml

This file was deleted.

Loading

0 comments on commit 299a594

Please sign in to comment.