Skip to content

Commit

Permalink
fix: small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrockhu-codecov committed Nov 13, 2024
1 parent b7d7eec commit 8b28afb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
node-version: '18.20.3'
- run: npm install
- run: make test
- run: make build_macos
- run: make build_macos_arm64

- persist_to_workspace:
root: .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@ jobs:
- name: Cat output_alpine_without_git.txt
run: cat test-alpine-without-git/output_alpine_without_git.txt
- name: Cat test-linux/output_linux.txt
run: cat test-lnux/output_linux.txt
run: cat test-linux/output_linux.txt
- name: Cat test-linux-without-git/output_linux_without_git.txt
run: cat test-linux-without-git/output_linux_without_git.txt
- name: Cat test-macos-arm64/output_macos_arm64.txt
Expand Down

0 comments on commit 8b28afb

Please sign in to comment.