Bug 799108 - "Since Last Run" crashes if there are any errors creating a scheduled transaction #6557
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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@v3 | |
- name: Test Action | |
uses: ./util/ci/actions/archlinux-test | |
- uses: actions/upload-artifact@v3 | |
with: | |
name: TestLog | |
path: ${{ github.workspace }}/LastTest.log |