Skip to content

Fix: prevent eternal "expected" tests with reused action #38

Fix: prevent eternal "expected" tests with reused action

Fix: prevent eternal "expected" tests with reused action #38

Workflow file for this run

name: test
on:
push:
permissions:
contents: read
pull-requests: read # Optional: Use with `only-new-issues` option.
jobs:
test:
uses: VU-ASE/actions/.github/workflows/test.yaml@main
secrets:
gh_pat: ${{ secrets.GH_PAT }}