ci: add GitHub Actions workflow 'Test'

This commit is contained in:
umarcor
2021-02-14 18:03:35 +01:00
committed by Leonid Pliushch
parent 38fc5b174d
commit dc33c36463

20
.github/workflows/Test.yml vendored Normal file
View File

@@ -0,0 +1,20 @@
name: Test
on:
push:
pull_request:
workflow_dispatch:
env:
CI: true
DOCKER_BUILDKIT: 1
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: ./build-all.sh