diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fa76a66..097b05e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }}