Skip to content

Commit fb272e7

Browse files
authored
Always use Dockerfile.CI for testing (#390)
1 parent b05c03b commit fb272e7

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/codecov.yaml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212
ci:
13-
name: CI check and codecov on every push
13+
name: Codecov on every push
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Checkout
@@ -21,13 +21,6 @@ jobs:
2121
with:
2222
go-version: '1.24'
2323

24-
- name: Setup necessary packages
25-
run: |
26-
sudo apt update && sudo apt install libvips-dev -y
27-
28-
- name: run test cases
29-
run: make && make test
30-
3124
- name: Codecov
3225
uses: codecov/codecov-action@v2
3326
with:

0 commit comments

Comments
 (0)