File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -51,12 +51,12 @@ jobs:
51
51
NODE_ENV : production
52
52
run : npm run build
53
53
- name : Store Build Output
54
- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
54
+ uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4
55
55
with :
56
56
name : build-output
57
57
path : ./build
58
58
- name : Store Dist Output
59
- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
59
+ uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4
60
60
with :
61
61
name : dist-output
62
62
path : ./dist
71
71
run : npm run test:integration -- --reporters="default" --reporters="jest-junit"
72
72
- name : Store Test Results
73
73
if : always() # Even if tests fail
74
- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
74
+ uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4
75
75
with :
76
76
name : test-output
77
77
path : ./test-results/* # Both unit and integration test results
You can’t perform that action at this time.
0 commit comments