Skip to content

Commit

Permalink
ci: pants log path changed (#1940)
Browse files Browse the repository at this point in the history
Co-authored-by: Joongi Kim <joongi@lablup.com>
  • Loading branch information
Yaminyam and achimnol committed Feb 29, 2024
1 parent a4ec2de commit 9e56e54
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,5 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: pants.coverage.log
path: .pants.d/pants.log
path: .pants.d/workdir/pants.log
if: always() # We want the log even on failures.
10 changes: 5 additions & 5 deletions .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: pants.lint.log
path: .pants.d/pants.log
path: .pants.d/workdir/pants.log
if: always() # We want the log even on failures.


Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: pants.check.log
path: .pants.d/pants.log
path: .pants.d/workdir/pants.log
if: always() # We want the log even on failures.


Expand Down Expand Up @@ -212,7 +212,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: pants.test.log
path: .pants.d/pants.log
path: .pants.d/workdir/pants.log
if: always() # We want the log even on failures.


Expand Down Expand Up @@ -319,7 +319,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: pants.deploy.log
path: .pants.d/pants.log
path: .pants.d/workdir/pants.log
if: always() # We want the log even on failures.


Expand Down Expand Up @@ -398,7 +398,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: pants.deploy.log
path: .pants.d/pants.log
path: .pants.d/workdir/pants.log
if: always() # We want the log even on failures.

build-sbom:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,5 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: pants.test.log
path: .pants.d/pants.log
path: .pants.d/workdir/pants.log
if: always() # We want the log even on failures.

0 comments on commit 9e56e54

Please sign in to comment.