Skip to content

Commit

Permalink
ci: add plugin tests to test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyLewen committed Aug 2, 2024
1 parent 60cf5a4 commit eeda1c8
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,27 @@ jobs:
shell: bash
run: |
mage test:module
plugin-test:
name: Plugin Integration Test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]

- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: ${{ env.GO_VERSION }}

- name: Install tools
uses: aquaproj/[email protected]
with:
aqua_version: v1.25.0

- name: Run plugin integration tests
shell: bash
run: |
mage test:plugin
vm-test:
name: VM Integration Test
Expand Down

0 comments on commit eeda1c8

Please sign in to comment.