8000 deps: update registry.fedoraproject.org/fedora-minimal:41 docker digest to 294fadb · chmeliik/checkton@1939de0 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

deps: update registry.fedoraproject.org/fedora-minimal:41 docker digest to 294fadb #519

deps: update registry.fedoraproject.org/fedora-minimal:41 docker digest to 294fadb

deps: update registry.fedoraproject.org/fedora-minimal:41 docker digest to 294fadb #519

Workflow file for this run

name: Tests
on:
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
defaults:
run:
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsshell
shell: bash --noprofile --norc -o errexit -o nounset -o pipefail {0}
steps:
- name: Checkout repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
with:
# differential-checkton tests require full commit history
fetch-depth: 0
submodules: true
- name: Build image
run: |
make build-image INSTALL_NCURSES=true
- name: Run tests
run: |
make test-with-prebuilt-image
0