Skip to content

Validate if tools from prerequisites are installed (#20) #22

Validate if tools from prerequisites are installed (#20)

Validate if tools from prerequisites are installed (#20) #22

---
name: Functional Tests
on: # yamllint disable-line rule:truthy
push:
branches:
- main
pull_request:
paths:
- .github/workflows/functional-tests.yml
- src/**
- tests/**
- .bpkg.lock
schedule:
# Every Friday at 09:00 JST
- cron: "0 0 * * 5"
workflow_dispatch: {}
defaults:
run:
shell: sh
jobs:
functional-tests-all:
name: All
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: Checkout ${{ github.repository }}
uses: actions/checkout@v4
- name: Run tests
run: make test