Skip to content

Commit

Permalink
Try uploading build in artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlancollins committed Jun 2, 2023
1 parent 03d6afd commit 6f8071a
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,16 @@ env:

jobs:
main:
name: Nx Cloud - Main Job
name: Nx Cloud
uses: nrwl/ci/.github/workflows/nx-cloud-main.yml@v0.13.0
with:
node-version: "18.16.0"
pnpm-version: "8.6.0"
main-branch-name: "alpha"
artifacts-name: "coverage-artifact"
artifacts-path: "packages/**/coverage/**"
node-version: 18.16.0
pnpm-version: 8.6.0
main-branch-name: alpha
artifacts-name: nx-cloud-artifact
artifacts-path: |
packages/**/build/**
packages/**/coverage/**
parallel-commands: |
npx nx test:format
npx nx affected --targets=test:eslint,test:types,test:build,test:lib
Expand All @@ -28,7 +30,7 @@ jobs:
- name: Downloading artifacts
uses: actions/download-artifact@v3
with:
name: "coverage-artifact"
path: path/to/artifact
name: nx-cloud-artifact
path: .
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3

0 comments on commit 6f8071a

Please sign in to comment.