-
Notifications
You must be signed in to change notification settings - Fork 7
37 lines (35 loc) · 889 Bytes
/
clayoven.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
name: clayoven
on:
push:
branches: [master]
paths-ignore:
- "README.md"
- ".gitignore"
- ".mailmap"
- ".rubocop.yml"
- "assets/*"
pull_request:
branches: [master]
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, ubuntu-latest]
steps:
- uses: actions/checkout@v2
- name: Setup Node.js environment
uses: actions/setup-node@v3
with:
node-version: "latest"
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: "ruby"
bundler-cache: true
- name: Test and publish code coverage
uses: paambaati/codeclimate-action@v3.2.0
env:
CC_TEST_REPORTER_ID: 6af7e3fd73fa4e4f354fc5da65ef7f77e908c47b01de069d7d718cdc4af4e6f0
with:
coverageCommand: bundle exec rake