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.
1 parent 44b40fa commit c519fa1Copy full SHA for c519fa1
.github/workflows/test.yml
@@ -49,10 +49,10 @@ jobs:
49
run: |
50
python3 -m pip install .
51
tldr --version
52
- tldr tldr --markdown
53
54
build-macos:
55
runs-on: macos-latest
+ needs: ['build-linux']
56
57
permissions:
58
contents: read
@@ -100,6 +100,7 @@ jobs:
100
101
build-windows:
102
runs-on: windows-latest
103
+ needs: ['build-macos']
104
105
106
@@ -146,6 +147,7 @@ jobs:
146
147
148
build-windows-arm:
149
runs-on: windows-11-arm
150
+ needs: ['build-windows']
151
152
153
0 commit comments