mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-11-24 09:50:54 -06:00
16 lines
374 B
YAML
16 lines
374 B
YAML
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
|