Skip to content

Commit 44c27ad

Browse files
committed
github: fix workflow
1 parent 2bb5450 commit 44c27ad

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,14 @@ jobs:
1616
- name: install
1717
run: |
1818
apk update
19-
apk add git python3 make gcc linux-headers libc-dev py-pip node npm
19+
apk add git python3 make gcc linux-headers libc-dev py-pip
2020
python3 -m venv .venv
2121
source .venv/bin/activate
2222
pip install -r requirements.txt
2323
- name: Fix permission
2424
run: git config --global --add safe.directory $PWD
2525
- name: test
2626
run: go test -v ./...
27-
- name: build-apps
28-
run: make build-apps
2927
- name: unittest
3028
run: |
3129
source .venv/bin/activate

0 commit comments

Comments
 (0)