Skip to content

Commit

Permalink
test should have matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
egillax committed Aug 1, 2024
1 parent efb4b17 commit 0ecb7e9
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/release_docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,14 @@ jobs:
if-no-files-found: error
retention-days: 1
test:
name: Run R CMD check with containers
runs-on: ubuntu-latest
name: "test-${{ matrix.config.arch }}-docker"
runs-on: ${{ matrix.config.runs_on}}
strategy:
fail-fast: false
matrix:
config:
- { runs_on: "ubuntu-latest", arch: "amd64"}
# - { runs_on: "ubuntu-latest", arch: "arm64"}
needs: build
steps:
- name: Check out repository
Expand All @@ -113,6 +119,7 @@ jobs:
with:
name: digests-${{ env.PLATFORM_PAIR }}
path: /tmp/digests
pattern: "digests-${{ matrix.config.arch }}*"

- name: Run R CMD check
run: |
Expand Down

0 comments on commit 0ecb7e9

Please sign in to comment.