chore(workflows): cleanup build and test workflow

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
braks
2023-02-09 13:05:10 +01:00
parent 073432389c
commit 5b375cdb62

View File

@@ -75,8 +75,3 @@ jobs:
- name: Run tests 🧪
run: pnpm cypress install && pnpm run test --cache-dir=.turbo
- name: Qodana Scan 🚀
uses: JetBrains/qodana-action@main
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}