mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Implement CI tests on ArchLinux via docker container.
This commit is contained in:
15
.github/workflows/ci-docker.yml
vendored
Normal file
15
.github/workflows/ci-docker.yml
vendored
Normal 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
|
||||
Reference in New Issue
Block a user