Skip to content

Commit

Permalink
chore: u
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-jonas committed Jun 28, 2024
1 parent 6c9702e commit a6b86d3
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 26 deletions.
5 changes: 5 additions & 0 deletions .github/actions/generate-and-test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,17 @@ runs:
steps:
- run: cp -r /root/. $HOME # Workaround, because $HOME is set to /github/home inside the action run
- name: "client"
shell: bash
run: ./scripts/generate-and-test.sh ${{ inputs.language }} latest client
- name: "keto"
shell: bash
run: ./scripts/generate-and-test.sh ${{ inputs.language }} latest keto
- name: "kratos"
shell: bash
run: ./scripts/generate-and-test.sh ${{ inputs.language }} latest kratos
- name: "hydra"
shell: bash
run: ./scripts/generate-and-test.sh ${{ inputs.language }} latest hydra
- name: "oathkeeper"
shell: bash
run: ./scripts/generate-and-test.sh ${{ inputs.language }} latest oathkeeper
52 changes: 26 additions & 26 deletions .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,32 +3,32 @@ 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:
# 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:
Expand Down

0 comments on commit a6b86d3

Please sign in to comment.