Implement CI tests on ArchLinux via docker container.

This commit is contained in:
John Ralls
2020-11-12 19:32:10 -08:00
parent 31c9c5e080
commit 0b670680d7
4 changed files with 41 additions and 0 deletions

15
.github/workflows/ci-docker.yml vendored Normal file
View File

@@ -0,0 +1,15 @@
name: ci-tests-docker
on: [push]
jobs:
ci_tests_archlinux:
runs-on: ubuntu-latest
name: Test Docker Action
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Test Action
uses: ./util/ci/actions/archlinux-test
- uses: actions/upload-artifact@v2
with:
name: TestLog
path: ${{ github.workspace }}/LastTest.log