1
0
Fork 0
mirror of https://github.com/docker/setup-buildx-action.git synced 2025-03-28 11:00:07 +01:00

Update contributing guidelines and test workflow

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax 2020-08-27 01:42:29 +02:00
parent 69173c6cad
commit ffc01e1131
No known key found for this signature in database
GPG key ID: 3248E46B6BB8C7F7
2 changed files with 7 additions and 2 deletions

View file

@ -24,9 +24,10 @@ docker buildx bake pre-checkin
# validate all code has correctly formatted and built
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:

View file

@ -21,6 +21,10 @@ jobs:
-
name: Validate
run: docker buildx bake validate
-
name: Test
run: docker buildx bake test
test:
runs-on: ubuntu-latest
steps: