Skip to content
This repository was archived by the owner on Jun 30, 2025. It is now read-only.

Commit f7b74f6

Browse files
committed
add plugin test
1 parent d341935 commit f7b74f6

File tree

1 file changed

+19
-7
lines changed

1 file changed

+19
-7
lines changed

.github/workflows/build.yml

Lines changed: 19 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,14 @@ on:
66
- main
77
pull_request:
88

9-
env:
10-
ASDF_DOWNLOAD_PATH: /tmp/asdf-download
11-
ASDF_INSTALL_VERSION: 0.14.1
12-
ASDF_INSTALL_TYPE: version
13-
ASDF_INSTALL_PATH: /tmp/asdf-install
149

1510
jobs:
16-
plugin_test:
17-
name: asdf plugin test
11+
script-test:
12+
env:
13+
ASDF_DOWNLOAD_PATH: /tmp/asdf-download
14+
ASDF_INSTALL_VERSION: 0.14.1
15+
ASDF_INSTALL_TYPE: version
16+
ASDF_INSTALL_PATH: /tmp/asdf-install
1817
strategy:
1918
matrix:
2019
os:
@@ -29,3 +28,16 @@ jobs:
2928
bin/install
3029
- run: |
3130
${ASDF_INSTALL_PATH}/bin/zig env
31+
32+
plugin-test:
33+
strategy:
34+
matrix:
35+
os:
36+
- ubuntu-latest
37+
- macos-latest
38+
runs-on: ${{ matrix.os }}
39+
steps:
40+
- name: asdf_plugin_test
41+
uses: asdf-vm/actions/plugin-test@v4
42+
with:
43+
command: zig env

0 commit comments

Comments
 (0)