Skip to content

Commit

Permalink
ci: update GHA artifact location (#51728)
Browse files Browse the repository at this point in the history
* ci: change artifacts path

* use lima for testing artifacts
  • Loading branch information
aliciaaevans authored Oct 28, 2024
1 parent 12b3152 commit b81cc99
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/PR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,14 +135,8 @@ jobs:
with:
name: linux-packages
path: |
/tmp/artifacts/packages
/tmp/artifacts
- name: Archive images
uses: actions/upload-artifact@v4
with:
name: docker-images
path: |
/tmp/artifacts/images
build-osx-64:
name: OSX-64 Tests
Expand Down Expand Up @@ -214,7 +208,7 @@ jobs:
with:
name: osx-packages
path: |
/tmp/artifacts/packages
/tmp/artifacts
# Disabled due to concurrency limits on GHA for OSX. osx-arm64 builds are on CircleCI.
# build_and_test-osx-arm64:
Expand Down
2 changes: 1 addition & 1 deletion recipes/lima/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ extra:
- armintoepfer
- pb-dseifert
skip-lints:
#repackaged binary
#repackaged binary
- should_be_noarch_generic

0 comments on commit b81cc99

Please sign in to comment.