Skip to content

Bring into line with master repo #84

Bring into line with master repo

Bring into line with master repo #84

Workflow file for this run

name: Backend tests
on:
pull_request:
paths:
- "MPCAutofill/**"
workflow_dispatch:
jobs:
test-backend:
name: Backend tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ./.github/actions/test-backend
with:
google-drive-api-key: ${{ secrets.GOOGLE_DRIVE_API_KEY }}