gnucash/.github/workflows/ci-docker.yml

17 lines
412 B
YAML
Raw Normal View History

name: ci-tests-docker
2020-12-10 14:11:43 -06:00
on: [push, pull_request]
permissions: {}
jobs:
ci_tests_archlinux:
runs-on: ubuntu-latest
name: Arch Linux (via Docker) CI
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Test Action
uses: ./util/ci/actions/archlinux-test
2024-05-04 15:35:47 -05:00
- uses: actions/upload-artifact@v4
with:
name: TestLog
path: ${{ github.workspace }}/LastTest.log