Skip to content

Fix test failures from GPG signing in CI environments #2547

Fix test failures from GPG signing in CI environments

Fix test failures from GPG signing in CI environments #2547

Workflow file for this run

name: Tests
on:
workflow_dispatch:
pull_request:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
ref: ${{ github.event.pull_request.head.sha }}
- uses: jdx/mise-action@v3
- name: Tests
run: mise run test:ci