We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
test
1 parent 60cf5a4 commit eeda1c8Copy full SHA for eeda1c8
.github/workflows/test.yaml
@@ -126,6 +126,27 @@ jobs:
126
shell: bash
127
run: |
128
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
144
+ aqua_version: v1.25.0
145
146
+ - name: Run plugin integration tests
147
+ shell: bash
148
+ run: |
149
+ mage test:plugin
150
151
vm-test:
152
name: VM Integration Test
0 commit comments