File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 4040 os :
4141 - macos-latest
4242 - ubuntu-latest
43+ - [self-hosted, macOS, ARM64]
44+ - [self-hosted, linux, ARM64]
4345 prefix :
4446 - ~
4547 - foo
5961 if : ${{ matrix.prefix == null }}
6062 env :
6163 VERBOSE : ${{ matrix.verbose }}
62- - run : tea --env --dump
63- - run : tea xc test
64+ - run : tea --env
65+ - run : tea --env xc test
66+ # ^^ tea -E necessary because we run the install script and not the action
67+ # so no additions to PATH or magic is installed
6468 - run : which tea
6569 - run : find "$(tea --silent --prefix)"/tea.xyz
6670 - run : find /opt/tea.xyz -name v0.? -o -name v0.?? -mindepth 1 -maxdepth 1 -print0 | xargs -0 test -L
7377 os :
7478 - macos-latest
7579 - ubuntu-latest
80+ - [self-hosted, macOS, ARM64]
81+ - [self-hosted, linux, ARM64]
7682 prefix :
7783 - null
7884 - /opt
You can’t perform that action at this time.
0 commit comments