Skip to content

deps: update github actions #333

deps: update github actions

deps: update github actions #333

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