Skip to content

Commit

Permalink
workflow configuration for aggregate_root implementation
Browse files Browse the repository at this point in the history
Co-authored-by: Szymon Fiedler <[email protected]>
Co-authored-by: Paweł Pacana <[email protected]>
  • Loading branch information
3 people committed Oct 20, 2023
1 parent c160537 commit aab0007
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions .github/workflows/aggregate_root.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
name: aggregate_root
on:
workflow_dispatch:
push:
pull_request:
types:
- opened
- reopened
jobs:
test:
runs-on: ubuntu-20.04
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
- run: test -e Gemfile.lock
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2.2
bundler-cache: true
- run: make test_aggregate_root
mutate:
runs-on: ubuntu-20.04
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
- run: test -e Gemfile.lock
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2.2
bundler-cache: true
- run: make mutate_aggregate_root

0 comments on commit aab0007

Please sign in to comment.