Skip to content

Commit e6400e2

Browse files
committed
TEMP
1 parent f913f90 commit e6400e2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/run-tests.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,11 @@ jobs:
2424
with:
2525
name: compiled-${{ matrix.os }}
2626
path: .
27+
28+
mac-multi-arch:
29+
runs-on: macos-latest
30+
needs: build-deploy
31+
steps:
32+
- uses: actions/download-artifact@v4
33+
- name: Display structure of downloaded files
34+
run: ls -R

0 commit comments

Comments
 (0)