Skip to content

Commit

Permalink
Merge pull request gooddata#1973 from hung-nguyen-hoang/STL-535-UT
Browse files Browse the repository at this point in the history
config: Remove tests not support from OSX environment
  • Loading branch information
hung-nguyen-hoang authored Jun 5, 2024
2 parents 693bd8a + 475d8e9 commit f184995
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 62 deletions.
27 changes: 0 additions & 27 deletions .github/workflows/pre-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,33 +21,6 @@ jobs:
- run: bundle exec rake test:unit
- run: bundle exec rake test:unit
continue-on-error: true
unit-tests-OSX:
runs-on: macos-latest
strategy:
matrix:
include:
- ruby-version: 2.5
xcode-version: 9
- ruby-version: 2.6
xcode-version: 9
- ruby-version: 2.7.6
xcode-version: 9
- ruby-version: 3.2.1
xcode-version: 9
- ruby-version: jruby-9.2.9
xcode-version: latest
- ruby-version: jruby-9.4.1
xcode-version: latest
steps:
- name: run prepare-env
run: brew install pkg-config
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true
- name: run tests
run: bundle exec rake test:unit
pronto-code-review:
runs-on: ubuntu-latest
steps:
Expand Down
35 changes: 0 additions & 35 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -311,41 +311,6 @@ jobs:

# AFTER MERGE UNIT TESTS ON ALTERNATIVE PLATFORM

- name: unit tests 2.3
stage: after-merge
script: bundle exec rake test:unit
os: osx
osx_image: xcode7.3
rvm: 2.3

- name: unit tests 2.4
stage: after-merge
script: bundle exec rake test:unit
os: osx
osx_image: xcode9.4
rvm: 2.4.3

- name: unit tests 2.5
stage: after-merge
script: bundle exec rake test:unit
os: osx
osx_image: xcode9
rvm: 2.5

- name: unit tests 2.6
stage: after-merge
script: bundle exec rake test:unit
os: osx
osx_image: xcode9
rvm: 2.6

- name: unit tests jruby-9.1.14
stage: after-merge
script: bundle exec rake test:unit
os: osx
rvm: jruby-9.1.14
osx_image: xcode9.4

- stage: gem-release
name: deploy MRI gem
rvm: 2.3
Expand Down

0 comments on commit f184995

Please sign in to comment.