Skip to content

Commit

Permalink
refactor workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MJedr committed Oct 2, 2023
1 parent 7ba7844 commit c54ba23
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,11 @@ on:

jobs:
test:
uses: ./.github/workflows/reusable-workflow.yml
strategy:
matrix:
directory:
- matomo
- notification-service
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Use the reusable workflow
uses: ./.github/workflows/reusable-workflow.yml
with:
directory: ${{ matrix.directory }}
with:
ref: ${{ matrix.directory }}

0 comments on commit c54ba23

Please sign in to comment.