From 08544bc3698ed84e732207dd6c155901f4a3b2a4 Mon Sep 17 00:00:00 2001 From: Erik Sundell Date: Sat, 16 Oct 2021 16:06:54 +0200 Subject: [PATCH] ci: end script lines without trailing backslash --- .github/workflows/integration-test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration-test.yaml b/.github/workflows/integration-test.yaml index 7f62b4e..e69d517 100644 --- a/.github/workflows/integration-test.yaml +++ b/.github/workflows/integration-test.yaml @@ -37,11 +37,11 @@ jobs: .github/integration-test.py run-test \ --installer-args "--admin admin:admin" \ --bootstrap-pip-spec "$BOOTSTRAP_PIP_SPEC" \ - basic-tests test_admin_installer.py \ + basic-tests test_admin_installer.py - name: Run plugin tests run: | .github/integration-test.py run-test \ --bootstrap-pip-spec "$BOOTSTRAP_PIP_SPEC" \ --installer-args "--plugin /srv/src/integration-tests/plugins/simplest" \ - plugins test_simplest_plugin.py \ + plugins test_simplest_plugin.py