Project file removal (#569)

* Deleted project file

* Add back SPM Package.resolved + .gitignore

* Generate project file on release builds

* Converge on single CI setup scripts within `ci_scripts/ci_common.sh`

* Fix unit tests

* Use new `ci_common/setup_github_actions_environment` setup script on all workflows

* Move lfs validation check to the pre-commit hooks. Remove validate-lfs github actions workflow

* Fix integration tests workflow

* Tweaks following code review
This commit is contained in:
Stefan Ceriu
2023-02-13 14:53:01 +02:00
committed by GitHub
parent 16d0708ed5
commit 91cf139162
24 changed files with 69 additions and 5063 deletions

View File

@@ -19,10 +19,6 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Brew bundle
run:
brew update && brew bundle && brew upgrade swiftformat
- uses: actions/cache@v3
with:
path: vendor/bundle
@@ -30,10 +26,9 @@ jobs:
restore-keys: |
${{ runner.os }}-gems-
- name: Bundle install
run: |
bundle config path vendor/bundle
bundle install --jobs 4 --retry 3
- name: Setup environment
run:
source ci_scripts/ci_common.sh && setup_github_actions_environment
- name: Run tests
run: bundle exec fastlane integration_tests