Skip to content

Commit

Permalink
chore(ci): update yaml files
Browse files Browse the repository at this point in the history
- 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`
  • Loading branch information
sheldonhull committed Jan 29, 2024
1 parent b099597 commit 1379517
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,19 +46,16 @@ 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
with:
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
Expand Down

0 comments on commit 1379517

Please sign in to comment.