mirror of
https://gitea.com/docker/build-push-action.git
synced 2025-08-07 19:28:04 +08:00
Add setup-buildx action (#71)
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
32
.github/workflows/setup-buildx-test.yml
vendored
Normal file
32
.github/workflows/setup-buildx-test.yml
vendored
Normal file
@@ -0,0 +1,32 @@
|
||||
name: setup-buildx-test
|
||||
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- .github/workflows/setup-buildx-test.yml
|
||||
- setup-buildx/**
|
||||
pull_request:
|
||||
paths:
|
||||
- .github/workflows/setup-buildx-test.yml
|
||||
- setup-buildx/**
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
-
|
||||
name: Checkout
|
||||
uses: actions/checkout@v2.3.1
|
||||
-
|
||||
name: Install
|
||||
run: yarn install
|
||||
-
|
||||
name: Test
|
||||
run: yarn run test
|
||||
# -
|
||||
# name: Upload coverage
|
||||
# uses: codecov/codecov-action@v1.0.7
|
||||
# if: success()
|
||||
# with:
|
||||
# token: ${{ secrets.CODECOV_TOKEN }}
|
||||
# file: ./coverage/clover.xml
|
Reference in New Issue
Block a user