Questions tagged [github-actions-artifacts]

18 questions
0
votes
1 answer

Nrwl/Nx: Is it possible to store libraries' build artifacts in the storage of Github Actions instead of NxCloud?

NxCloud offers caching and storing the build artifacts (of fine-grained libraries) in their cloud, so both CI and developers in their local machines can reuse the the build artifacts. But NxCloud is paid. And I wonder if it's possible to use pure Nx…
0
votes
1 answer

Reference output from previous job GH Actions

I am attempting to use GitHub Actions for a complete pipeline, including automatic SemVer versioning (using tags) that I would then like to consume after building my Docker image to tag it with the current version. This is the action that I am using…
user1314147
  • 174
  • 1
  • 5
  • 25
-1
votes
1 answer

HTML reports is broken when its downloaded from github action using github artifact

I am running my test into GitHub action and after test execution is completed I download generated report using github/action-artifact and when I open that report design is broken. My report is in the below format when I generate it from my…
1
2