Skip to content

Use docker-compose for E2E testing #35

Use docker-compose for E2E testing

Use docker-compose for E2E testing #35

Workflow file for this run

# https://github.com/andresz1/size-limit-action
name: "CI (size-limit)"
on:
pull_request:
branches:
- main
jobs:
size:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: andresz1/size-limit-action@v1.7.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}