We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 000da80 commit 82c9df4Copy full SHA for 82c9df4
.github/workflows/test.yml
@@ -42,7 +42,7 @@ jobs:
42
VALIDATE_JSCPD: false
43
VALIDATE_SHELL_SHFMT: false
44
test-linux:
45
- name: Unit Testing and Build on Linux x64
+ name: Unit Testing and Build on Linux x64 and macOS x64
46
runs-on: ubuntu-24.04
47
timeout-minutes: 5
48
permissions:
@@ -128,7 +128,7 @@ jobs:
128
run: make test
129
- name: Build Windows Binary
130
run: python3 ./scripts/build.py v0.0.1 win-x64 --enable-aot
131
- - name: Upload Linux artifact
+ - name: Upload Windows artifact
132
uses: actions/upload-artifact@v4
133
with:
134
name: windows-amd64-binary
0 commit comments