forked from DL-Mirrors/termux-docker
ci: add GitHub Actions workflow 'Test'
This commit is contained in:
20
.github/workflows/Test.yml
vendored
Normal file
20
.github/workflows/Test.yml
vendored
Normal 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
|
||||
Reference in New Issue
Block a user