From 1379517d8cbe43c781687efc1531a7bc3c6747c2 Mon Sep 17 00:00:00 2001 From: Sheldon Hull Date: Mon, 29 Jan 2024 17:37:03 +0100 Subject: [PATCH] chore(ci): update yaml files - Replace double quotes with single quotes in `.aqua/aqua.yaml` - Update Python version specification format in `.github/workflows/test.yaml` - Remove unnecessary `working-directory` specification in `.github/workflows/test.yaml` --- .github/workflows/test.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index ca1a00a..febc3b6 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -46,7 +46,6 @@ jobs: aqua_version: v1.32.0 enable_aqua_install: true aqua_opts: "--tags installfirst" - working_directory: ${{ env.HERE }} - name: Aqua uses: aquaproj/aqua-installer@294926f94b4233f202a2f03875c604f840cfed70 # v2.1.1 continue-on-error: true @@ -54,11 +53,9 @@ jobs: aqua_version: v1.32.0 enable_aqua_install: true aqua_opts: "--tags tests" - working_directory: ${{ env.HERE }} - name: Init run: mage initCI ${{ matrix.ansible }} - working-directory: ${{ env.HERE }} - name: Unit run: mage testUnit