Skip to content

Add JWT, test endpoints, and service account. #3

Add JWT, test endpoints, and service account.

Add JWT, test endpoints, and service account. #3

Workflow file for this run

name: Test
on: [pull_request]
jobs:
test:
if: github.event.ref != 'refs/heads/main'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run tests
run: |
cp .env.ci .env
docker compose run --rm spider sh -c "npm ci && npm run test"