From bd3a0b9abc73056495099c7b195a7068ddad8009 Mon Sep 17 00:00:00 2001 From: Alexande B Date: Wed, 5 Jan 2022 20:04:23 +0100 Subject: [PATCH] metanorma/metanorma-build-scripts#71 Update workflow to include shared one --- .github/workflows/rake.yml | 23 +++-------------------- 1 file changed, 3 insertions(+), 20 deletions(-) diff --git a/.github/workflows/rake.yml b/.github/workflows/rake.yml index ec95e7a..39e23a5 100644 --- a/.github/workflows/rake.yml +++ b/.github/workflows/rake.yml @@ -10,23 +10,6 @@ on: jobs: rake: - name: Test on Ruby ${{ matrix.ruby }} ${{ matrix.os }} - runs-on: ${{ matrix.os }} - continue-on-error: ${{ matrix.experimental }} - strategy: - fail-fast: false - matrix: - ruby: [ '3.0', '2.7', '2.6', '2.5' ] - os: [ ubuntu-latest, windows-latest, macos-latest ] - experimental: [ false ] - steps: - - uses: actions/checkout@v2 - with: - submodules: true - - - uses: ruby/setup-ruby@v1 - with: - ruby-version: ${{ matrix.ruby }} - bundler-cache: true - - - run: bundle exec rake + uses: metanorma/metanorma-build-scripts/.github/workflows/generic-rake.yml@main + secrets: + pat_token: ${{ secrets.METANORMA_CI_PAT_TOKEN }}