👷 remove benchmark test

This commit is contained in:
platane
2022-04-12 21:36:34 +02:00
parent cce5c4514d
commit 5841a21a09

View File

@@ -18,19 +18,6 @@ jobs:
- run: yarn lint
- run: yarn test --ci
test-benchmark:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
cache: yarn
node-version: 16
- run: yarn install --frozen-lockfile
- run: ( cd packages/gif-creator ; yarn benchmark )
test-action:
runs-on: ubuntu-latest
steps: