Skip to content

fix: Publish java-specific platform gem #159

fix: Publish java-specific platform gem

fix: Publish java-specific platform gem #159

Workflow file for this run

name: Run CI
on:
push:
branches: [ main, 'feat/**' ]
paths-ignore:
- '**.md' # Do not need to run CI for markdown changes.
pull_request:
branches: [ main, 'feat/**' ]
paths-ignore:
- '**.md'
jobs:
build-linux:
env:
LD_SKIP_DATABASE_TESTS: 0
strategy:
fail-fast: false
matrix:
version:
- '3.0'
- '3.1'
- '3.2'
- jruby-9.4
services:
redis:
image: redis
ports:
- 6379:6379
dynamodb:
image: amazon/dynamodb-local
ports:
- 8000:8000
consul:
image: hashicorp/consul
ports:
- 8500:8500
uses: ./.github/workflows/build-gem.yml

Check failure on line 40 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / Run CI

Invalid workflow file

The workflow is not valid. .github/workflows/ci.yml (Line: 40, Col: 5): Unexpected value 'uses' .github/workflows/ci.yml (Line: 41, Col: 5): Unexpected value 'with'
with:
version: ${{ matrix.version }}
build-docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup
with:
version: 3.0
- uses: ./.github/actions/build-docs
build-windows:
runs-on: windows-latest
env:
LD_SKIP_DATABASE_TESTS: 1
defaults:
run:
shell: powershell
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup
with:
version: 3.0
- name: Run tests
run: bundle _2.2.33_ exec rspec spec