mirror of
https://github.com/docker/login-action.git
synced 2026-05-13 05:48:07 +00:00
Compare commits
No commits in common. "abd3abc99c62be8f17fda11fadefceaa006f6f9e" and "74a5d142397b4f367a81961eba4e8cd7edddf772" have entirely different histories.
abd3abc99c
...
74a5d14239
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -15,14 +15,10 @@ jobs:
|
|||||||
test:
|
test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
-
|
|
||||||
name: Checkout
|
|
||||||
uses: actions/checkout@v4
|
|
||||||
-
|
-
|
||||||
name: Test
|
name: Test
|
||||||
uses: docker/bake-action@v6
|
uses: docker/bake-action@v6
|
||||||
with:
|
with:
|
||||||
source: .
|
|
||||||
targets: test
|
targets: test
|
||||||
-
|
-
|
||||||
name: Upload coverage
|
name: Upload coverage
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user