File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 - main
99 pull_request :
1010
11+ concurrency :
12+ group : ${{ github.workflow }}-${{ github.ref }}
13+ cancel-in-progress : true
14+
1115env :
1216 LANG : " C.UTF-8"
1317 EMSDK_NOTTY : " 1"
@@ -100,7 +104,7 @@ jobs:
100104 run : tar -czf ~/emscripten-cache.tar.gz -C ~/ .jsvu cache vms wasi-sdk
101105
102106 - name : Persist workspace
103- uses : actions/upload-artifact@v4
107+ uses : actions/upload-artifact@v7.0.1
104108 with :
105109 name : emscripten-cache
106110 path : ~/emscripten-cache.tar.gz
Original file line number Diff line number Diff line change 6969
7070 - name : Sockets tests
7171 run : test/runner.bat sockets.test_nodejs_sockets_echo*
72-
73- - name : Upload test results
74- if : always()
75- uses : actions/upload-artifact@v4
76- with :
77- name : test-results-windows
78- path : ' path with spaces ()/out/test-results.xml'
You can’t perform that action at this time.
0 commit comments