mirror of
https://github.com/docker/metadata-action.git
synced 2026-01-14 00:13:07 +08:00
Compare commits
No commits in common. "12d9b9a905eda64a7255fe54e5dd14b7f0624941" and "902fa8ec7d6ecbf8d84d538b9b233a880e428804" have entirely different histories.
12d9b9a905
...
902fa8ec7d
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
@ -15,18 +15,14 @@ jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
-
|
||||
name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
-
|
||||
name: Test
|
||||
uses: docker/bake-action@v6
|
||||
with:
|
||||
source: .
|
||||
targets: test
|
||||
-
|
||||
name: Upload coverage
|
||||
uses: codecov/codecov-action@v5
|
||||
with:
|
||||
files: ./coverage/clover.xml
|
||||
file: ./coverage/clover.xml
|
||||
token: ${{ secrets.CODECOV_TOKEN }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user