Skip to content

Commit

Permalink
improve ci efficiency
Browse files Browse the repository at this point in the history
  • Loading branch information
mschuchard committed Nov 13, 2024
1 parent db249fc commit 76c863c
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 @@ -11,7 +11,7 @@ jobs:
- checkout
- run:
name: install prereqs
command: apk add --no-cache --update build-base && touch /usr/local/bin/py.test
command: apk add --no-cache --update make && touch /usr/local/bin/py.test
- run:
name: build
command: make build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: checkout
uses: actions/checkout@v4
- name: install prereqs
run: apk add --no-cache --update build-base && touch /usr/local/bin/py.test
run: apk add --no-cache --update make && touch /usr/local/bin/py.test
- name: build
run: make build
- name: unit test
Expand Down

0 comments on commit 76c863c

Please sign in to comment.