Skip to content

simplify test fixtures now that all tests use the email-based token #66

simplify test fixtures now that all tests use the email-based token

simplify test fixtures now that all tests use the email-based token #66

Workflow file for this run

name: test
on:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Test
run: cp test.env .env && touch proxy.env && docker compose run --rm test