Skip to content

Commit eeda1c8

Browse files
committed
ci: add plugin tests to test workflow
1 parent 60cf5a4 commit eeda1c8

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.github/workflows/test.yaml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,27 @@ jobs:
126126
shell: bash
127127
run: |
128128
mage test:module
129+
plugin-test:
130+
name: Plugin Integration Test
131+
runs-on: ubuntu-latest
132+
steps:
133+
- name: Checkout
134+
uses: actions/[email protected]
135+
136+
- name: Set up Go
137+
uses: actions/setup-go@v5
138+
with:
139+
go-version: ${{ env.GO_VERSION }}
140+
141+
- name: Install tools
142+
uses: aquaproj/[email protected]
143+
with:
144+
aqua_version: v1.25.0
145+
146+
- name: Run plugin integration tests
147+
shell: bash
148+
run: |
149+
mage test:plugin
129150
130151
vm-test:
131152
name: VM Integration Test

0 commit comments

Comments
 (0)