Skip to content

Bump @testing-library/jest-dom from 6.4.3 to 6.4.5 #1510

Bump @testing-library/jest-dom from 6.4.3 to 6.4.5

Bump @testing-library/jest-dom from 6.4.3 to 6.4.5 #1510

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@v4
- uses: docker/setup-buildx-action@v3
- uses: superfly/flyctl-actions@v2
with:
args: "deploy --local-only"
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}