Skip to content

runtime-install: only pull in qcom-firmware on aarch64 #510

runtime-install: only pull in qcom-firmware on aarch64

runtime-install: only pull in qcom-firmware on aarch64 #510

Workflow file for this run

name: Tests and Coverage
# Make sure only one action triggers the job, otherwise pushing to a
# pull-request will run it twice.
on:
pull_request:
branches:
- "*"
push:
branches:
- master
- rhel8-branch
- rhel7-branch
- f38-branch
- f37-branch
- f36-branch
jobs:
unit-tests:
runs-on: ubuntu-latest
steps:
- name: "Clone Repository"
uses: actions/checkout@v3
- name: Run lorax tests in podman
run: make test-in-podman && cp .test-results/.coverage .coverage
- name: Coveralls
uses: AndreMiras/coveralls-python-action@develop
with:
github-token: ${{ secrets.GITHUB_TOKEN }}