mirror of
https://github.com/docker/setup-buildx-action.git
synced 2025-04-03 15:00:07 +02:00
Update contributing guidelines and test workflow
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
parent
69173c6cad
commit
ffc01e1131
2 changed files with 7 additions and 2 deletions
5
.github/CONTRIBUTING.md
vendored
5
.github/CONTRIBUTING.md
vendored
|
@ -24,9 +24,10 @@ docker buildx bake pre-checkin
|
||||||
|
|
||||||
# validate all code has correctly formatted and built
|
# validate all code has correctly formatted and built
|
||||||
docker buildx bake validate
|
docker buildx bake validate
|
||||||
```
|
|
||||||
|
|
||||||
Note that tests target are currently known to not pass outside Github infrastructure.
|
# run tests
|
||||||
|
docker buildx bake test
|
||||||
|
```
|
||||||
|
|
||||||
Here are a few things you can do that will increase the likelihood of your pull request being accepted:
|
Here are a few things you can do that will increase the likelihood of your pull request being accepted:
|
||||||
|
|
||||||
|
|
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
@ -21,6 +21,10 @@ jobs:
|
||||||
-
|
-
|
||||||
name: Validate
|
name: Validate
|
||||||
run: docker buildx bake validate
|
run: docker buildx bake validate
|
||||||
|
-
|
||||||
|
name: Test
|
||||||
|
run: docker buildx bake test
|
||||||
|
|
||||||
test:
|
test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Add table
Reference in a new issue