mirror of https://github.com/Gnucash/gnucash
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
412 B
17 lines
412 B
name: ci-tests-docker
|
|
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
|
|
- uses: actions/upload-artifact@v4
|
|
with:
|
|
name: TestLog
|
|
path: ${{ github.workspace }}/LastTest.log
|