Skip to content

Commit

Permalink
Merge branch 'main' into roger/fix-require-relative
Browse files Browse the repository at this point in the history
# Conflicts:
#	.github/workflows/kotlin-tests.yml
#	.github/workflows/swift-tests.yml
#	.ruby-version
#	Gemfile.lock
  • Loading branch information
rogerluan committed Jun 13, 2024
2 parents adda3c5 + c567a3c commit 59018c7
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 27 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/kotlin-tests.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Kotlin Tests
on: [push, pull_request]
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest # Assuming Kotlin projects can be built on Linux
Expand All @@ -21,7 +25,6 @@ jobs:
${{ runner.os }}-gradle-
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.3'
bundler-cache: true # Runs 'bundle install' and caches installed gems automatically
- name: Generate Kotlin Code & Run Tests
run: bundle exec rake test_kotlin
18 changes: 0 additions & 18 deletions .github/workflows/pull-request.yml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@ on:
push:
branches:
- main
pull_request:
jobs:
test:
env:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
strategy:
fail-fast: false
matrix:
Expand All @@ -20,5 +19,5 @@ jobs:
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- name: Run tests
- name: Run tests and linter
run: bundle exec rake
7 changes: 5 additions & 2 deletions .github/workflows/swift-tests.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Swift Tests
on: [push, pull_request]
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: macos-latest
Expand All @@ -8,7 +12,6 @@ jobs:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.3'
bundler-cache: true # Runs 'bundle install' and caches installed gems automatically
- name: Generate Swift Code & Run Tests
run: bundle exec rake test_swift
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.3.1
3.3.3
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,10 @@ GEM
yaml (0.3.0)

PLATFORMS
arm64-darwin-23
ruby
x86_64-darwin-19
x86_64-linux
arm64-darwin-23

DEPENDENCIES
arkana!
Expand Down

0 comments on commit 59018c7

Please sign in to comment.