-
-
Notifications
You must be signed in to change notification settings - Fork 84
43 lines (42 loc) · 1021 Bytes
/
pull-request.yaml
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
38
39
40
41
42
43
name: CI
on:
pull_request:
jobs:
# test:
# runs-on: ubuntu-latest
# container: oryd/sdk:v0.0.53
# defaults:
# run:
# shell: bash
# strategy:
# matrix:
# language:
# [
# "elixir",
# "typescript",
# "rust",
# "golang",
# "java",
# "php",
# "python",
# "dotnet",
# "dart",
# ]
# steps:
# - uses: actions/checkout@v4
# - name: Generate and Test - ${{ matrix.language }}
# uses: ./.github/actions/generate-and-test
# with:
# language: ${{ matrix.language }}
test-ruby:
runs-on: ubuntu-latest
steps:
- name: Set up Ruby 2.7
uses: ruby/setup-ruby@ec02537da5712d66d4d50a0f33b7eb52773b5ed1
with:
ruby-version: 2.7
- uses: actions/checkout@v4
- name: Generate and Test
uses: ./.github/actions/generate-and-test
with:
language: ruby