Skip to content

fix: Remove forced location of the atlas file. #126

fix: Remove forced location of the atlas file.

fix: Remove forced location of the atlas file. #126

Workflow file for this run

name: Benchmark
on: [pull_request]
jobs:
benchmark:
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- uses: actions/checkout@v4
- uses: subosito/flutter-action@v2
- uses: bluefireteam/melos-action@v3
- uses: luanpotter/[email protected]
with:
paths: "packages/flame/"
ignore-tag: "no-benchmark"
is-flutter: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}