@@ -23,10 +23,10 @@ jobs:
2323 - name : Install dependencies
2424 run : npm ci
2525 - name : Prepare Smoke
26- run : bash ./__tests__ /smoke-plugins/prepare-smoke-plugins.sh
26+ run : bash ./tests/smoke /smoke-plugins/prepare-smoke-plugins.sh
2727 - uses : actions/cache@v3
2828 with :
29- path : __tests__ /smoke-plugins/
29+ path : tests/smoke /smoke-plugins/
3030 key : cache-plugins-${{ github.run_id }}-${{ github.run_attempt }}
3131
3232 run-smoke-plugins--npm--node-24 :
@@ -35,77 +35,77 @@ jobs:
3535 steps :
3636 - uses : actions/cache@v3
3737 with :
38- path : __tests__ /smoke-plugins/
38+ path : tests/smoke /smoke-plugins/
3939 key : cache-plugins-${{ github.run_id }}-${{ github.run_attempt }}
4040 - uses : actions/setup-node@v3
4141 with :
4242 node-version : 24
43- - run : bash ./__tests__ /smoke-plugins/run-smoke.sh
43+ - run : bash ./tests/smoke /smoke-plugins/run-smoke.sh
4444
4545 run-smoke-plugins--npm--node-24--windows :
4646 needs : prepare-smoke-plugins
4747 runs-on : windows-latest
4848 steps :
4949 - uses : actions/cache@v3
5050 with :
51- path : __tests__ /smoke-plugins/
51+ path : tests/smoke /smoke-plugins/
5252 key : cache-plugins-${{ github.run_id }}-${{ github.run_attempt }}
5353 enableCrossOsArchive : true
5454 - uses : actions/setup-node@v3
5555 with :
5656 node-version : 24
57- - run : bash ./__tests__ /smoke-plugins/run-smoke.sh
57+ - run : bash ./tests/smoke /smoke-plugins/run-smoke.sh
5858
5959 run-smoke-plugins--npm--node-22 :
6060 needs : prepare-smoke-plugins
6161 runs-on : ubuntu-latest
6262 steps :
6363 - uses : actions/cache@v3
6464 with :
65- path : __tests__ /smoke-plugins/
65+ path : tests/smoke /smoke-plugins/
6666 key : cache-plugins-${{ github.run_id }}-${{ github.run_attempt }}
6767 - uses : actions/setup-node@v3
6868 with :
6969 node-version : 22
70- - run : bash ./__tests__ /smoke-plugins/run-smoke.sh
70+ - run : bash ./tests/smoke /smoke-plugins/run-smoke.sh
7171
7272 run-smoke-plugins--npm--node-22--windows :
7373 needs : prepare-smoke-plugins
7474 runs-on : windows-latest
7575 steps :
7676 - uses : actions/cache@v3
7777 with :
78- path : __tests__ /smoke-plugins/
78+ path : tests/smoke /smoke-plugins/
7979 key : cache-plugins-${{ github.run_id }}-${{ github.run_attempt }}
8080 enableCrossOsArchive : true
8181 - uses : actions/setup-node@v3
8282 with :
8383 node-version : 22
84- - run : bash ./__tests__ /smoke-plugins/run-smoke.sh
84+ - run : bash ./tests/smoke /smoke-plugins/run-smoke.sh
8585
8686 run-smoke-plugins--npm--node-20 :
8787 needs : prepare-smoke-plugins
8888 runs-on : ubuntu-latest
8989 steps :
9090 - uses : actions/cache@v3
9191 with :
92- path : __tests__ /smoke-plugins/
92+ path : tests/smoke /smoke-plugins/
9393 key : cache-plugins-${{ github.run_id }}-${{ github.run_attempt }}
9494 - uses : actions/setup-node@v3
9595 with :
9696 node-version : 20
97- - run : bash ./__tests__ /smoke-plugins/run-smoke.sh
97+ - run : bash ./tests/smoke /smoke-plugins/run-smoke.sh
9898
9999 run-smoke-plugins--npm--node-20--windows :
100100 needs : prepare-smoke-plugins
101101 runs-on : windows-latest
102102 steps :
103103 - uses : actions/cache@v3
104104 with :
105- path : __tests__ /smoke-plugins/
105+ path : tests/smoke /smoke-plugins/
106106 key : cache-plugins-${{ github.run_id }}-${{ github.run_attempt }}
107107 enableCrossOsArchive : true
108108 - uses : actions/setup-node@v3
109109 with :
110110 node-version : 20
111- - run : bash ./__tests__ /smoke-plugins/run-smoke.sh
111+ - run : bash ./tests/smoke /smoke-plugins/run-smoke.sh
0 commit comments