Skip to content

Bump @testing-library/jest-dom from 5.16.5 to 5.17.0 #1282

Bump @testing-library/jest-dom from 5.16.5 to 5.17.0

Bump @testing-library/jest-dom from 5.16.5 to 5.17.0 #1282

Workflow file for this run

name: Fly Deploy
on:
push:
branches: ["main"]
jobs:
deploy:
name: Deploy to fly.io
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: docker/setup-buildx-action@v2
- uses: superfly/flyctl-actions@1.4
with:
args: "deploy --local-only"
env:
DOCKER_BUILDKIT: "1"
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}