Skip to content

Commit 3b13332

Browse files
committed
update upload, cancel-in-progress
1 parent c3f58de commit 3b13332

2 files changed

Lines changed: 5 additions & 8 deletions

File tree

.github/workflows/build-and-test-linux.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ on:
88
- main
99
pull_request:
1010

11+
concurrency:
12+
group: ${{ github.workflow }}-${{ github.ref }}
13+
cancel-in-progress: true
14+
1115
env:
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

.github/workflows/test-windows.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,3 @@ jobs:
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'

0 commit comments

Comments
 (0)