Improve Test Automation #14
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Integration Tests | ||
on: | ||
pull_request: | ||
branches: [ "main" ] | ||
jobs: | ||
call-workflow: | ||
uses: microsoft/triton-shared/.github/workflows/test-plugin.yml@v1 | ||
Check failure on line 9 in .github/workflows/integration-tests.yml GitHub Actions / .github/workflows/integration-tests.ymlInvalid workflow file
|
||
with: | ||
triton-ref: '215b2e77a1d92f907bc4addfa3c3ba204028c32e' # known good commit "Add Shared Middle Layer to Triton via Plug-In" | ||
triton-shared-ref: ${{ github.ref }} |