Skip to content

chore: update packit config #184

chore: update packit config

chore: update packit config #184

Workflow file for this run

name: Run CI tests
on:
- push
- pull_request
jobs:
bats_test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build the Docker image
run: docker build . --file Dockerfile --tag test-image
- name: Run tests
run: docker run --rm --name test-greenboot -v /run/systemd/journal:/run/systemd/journal test-image
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run Shellcheck
uses: ludeeus/action-shellcheck@master
env:
SHELLCHECK_OPTS: -x
with:
ignore_paths: tests