Add setup-buildx action (#71)

This commit is contained in:
CrazyMax 2020-08-11 10:30:13 +02:00
commit 64ca6397e9
No known key found for this signature in database
GPG key ID: 3248E46B6BB8C7F7
20 changed files with 11923 additions and 0 deletions

32
.github/workflows/setup-buildx-test.yml vendored Normal file
View 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 --cwd ./setup-buildx/ install
-
name: Test
run: yarn --cwd ./setup-buildx/ run test
# -
# name: Upload coverage
# uses: codecov/codecov-action@v1.0.7
# if: success()
# with:
# token: ${{ secrets.CODECOV_TOKEN }}
# file: ./coverage/clover.xml