Skip to content

(fix) ensure aggregate fields are loaded in Graphql 2.3 #82

(fix) ensure aggregate fields are loaded in Graphql 2.3

(fix) ensure aggregate fields are loaded in Graphql 2.3 #82

Workflow file for this run

name: Build
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6.5
- name: Install dependencies
run: bundle install
- name: Run tests
run: bundle exec rspec
- name: Report coverage
uses: paambaati/codeclimate-action@v2.6.0
env:
CC_TEST_REPORTER_ID: ${{secrets.CC_TEST_REPORTER_ID}}
with:
# Coverage is already generated in test step, need to run anything again
coverageCommand: echo '' > /dev/null