From da01d965f5ccd8b7b957885951693d386b15fee1 Mon Sep 17 00:00:00 2001 From: michael1011 Date: Sat, 12 Aug 2023 14:15:08 +0200 Subject: [PATCH] fix: Python plugin integration tests on CI --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9a68f2d35..c1dc0b3c7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -64,4 +64,4 @@ jobs: run: node run-int.js - name: Python integration tests - run: chmod -R 777 tools/.venv && npm run python:test + run: npm run python:test