Skip to content

Commit f3730aa

Browse files
authored
Verify we still work on the self-hosted runners too (#134)
* `--dump` is deprecated
1 parent f5649a0 commit f3730aa

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ jobs:
4040
os:
4141
- macos-latest
4242
- ubuntu-latest
43+
- [self-hosted, macOS, ARM64]
44+
- [self-hosted, linux, ARM64]
4345
prefix:
4446
- ~
4547
- foo
@@ -59,8 +61,10 @@ jobs:
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
@@ -73,6 +77,8 @@ jobs:
7377
os:
7478
- macos-latest
7579
- ubuntu-latest
80+
- [self-hosted, macOS, ARM64]
81+
- [self-hosted, linux, ARM64]
7682
prefix:
7783
- null
7884
- /opt

0 commit comments

Comments
 (0)