Skip to content

Commit

Permalink
force ci
Browse files Browse the repository at this point in the history
  • Loading branch information
tapspatel committed Aug 26, 2024
1 parent ae49006 commit f8cc40b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: system-desc-${{ matrix.build.runs-on }}.ttsys
path: ttrt-artifacts/system-desc.ttsys
path: ttrt-artifacts/system_desc.ttsys

generate-tests:
needs: get-system-descs
Expand Down Expand Up @@ -234,6 +234,8 @@ jobs:
matrix:
build: [
{runs-on: n150, name: "run"},
{runs-on: n150, name: "perf"},
{runs-on: n300, name: "run"},
{runs-on: n300, name: "perf"},
]

Expand Down

0 comments on commit f8cc40b

Please sign in to comment.