Skip to content

fix og image

fix og image #24

Workflow file for this run

name: Run tests
on:
pull_request:
branches: [ "master" ]
push:
branches: [ "master" ]
jobs:
end-to-end:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run go test
env:
ENV: testing
run: go test -v