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