Skip to content

Commit

Permalink
ci: add new platform matrix to be required
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfig committed Dec 3, 2023
1 parent 7a3e235 commit 5c8187e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ env:
jobs:
# see https://docs.docker.com/build/ci/github-actions/test-before-push/
test-proposals:
strategy:
matrix:
platform: [linux/amd64]
runs-on: ubuntu-latest
# UNTIL https://github.com/Agoric/agoric-3-proposals/issues/2
timeout-minutes: 120
Expand Down

0 comments on commit 5c8187e

Please sign in to comment.