Skip to content

Commit

Permalink
verify digest and arch before running
Browse files Browse the repository at this point in the history
  • Loading branch information
egillax committed Aug 2, 2024
1 parent e9c91c5 commit 897ba11
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release_docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,13 @@ jobs:
path: /tmp/digests
pattern: "digests-${{ matrix.config.arch }}*"
merge-multiple: true

- name: Verify digest
run: |
ls /tmp/digests
- name: Run R CMD check
run: |
echo "Running on architecture: ${{ matrix.config.arch }}"
digest=$(ls /tmp/digests)
# Run package checks
Expand Down

0 comments on commit 897ba11

Please sign in to comment.