Skip to content

Commit

Permalink
fix: testsuite run on push
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Gammon <sam@elide.ventures>
  • Loading branch information
sgammon committed Feb 15, 2024
1 parent f5f079b commit 16f6982
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion .github/workflows/on.push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,26 @@ jobs:
statuses: "write"
security-events: "write"
with:
tests: true
provenance: true

##
## Job: Multi-platform Test
##
test:
name: "Build"
uses: ./.github/workflows/job.test.yml
secrets: inherit
permissions:
actions: "read"
contents: "write"
id-token: "write"
checks: "write"
packages: "write"
pull-requests: "write"
deployments: "write"
statuses: "write"
security-events: "write"

##
## Job: Checks for Models
##
Expand Down

0 comments on commit 16f6982

Please sign in to comment.