Skip to content

Merge pull request #93 from Koan-Bot/koan.atoomic/fix-search-sanitiza… #57

Merge pull request #93 from Koan-Bot/koan.atoomic/fix-search-sanitiza…

Merge pull request #93 from Koan-Bot/koan.atoomic/fix-search-sanitiza… #57

Workflow file for this run

name: Run testsuite for grep.metacpan
on:
push:
branches: [master]
pull_request:
concurrency:
group: testsuite-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
runs-on: ubuntu-latest
steps:
# Checkout the main repo
- name: Checkout current repo
uses: actions/checkout@v4
with:
path: main-repo
# Checkout the metacpan-cpan-extracted-lite repo
- name: Checkout CPAN repo
uses: actions/checkout@v4
with:
repository: metacpan/metacpan-cpan-extracted-lite
path: metacpan-cpan-extracted-lite
token: ${{ secrets.GITHUB_TOKEN }}
- name: Setup container
run: |
cd main-repo
make test-setup
# Set up Docker Compose
- name: Run tests
run: |
cd main-repo
make test