Skip to content

Commit b43125c

Browse files
committed
Restore everything else and stop using caching for playwright
1 parent a638335 commit b43125c

File tree

7 files changed

+244
-515
lines changed

7 files changed

+244
-515
lines changed

.github/actions/build.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ const buildCommand = getBuildCommand({
55
bundle: true,
66
entryPoints: [
77
{ in: './src/info/index.ts', out: 'info' },
8-
{ in: './src/load-artifacts/index.ts', out: 'load' },
9-
{ in: './src/playwright-cache/index.ts', out: 'playwright' },
8+
{ in: './src/load-artifacts/index.ts', out: 'load' }
109
],
1110
format: 'esm',
1211
outdir: 'dist',

.github/actions/package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,8 @@
1111
},
1212
"dependencies": {
1313
"@actions/artifact": "^2.3.2",
14-
"@actions/cache": "^4.0.5",
1514
"@actions/core": "^1.11.1",
1615
"@actions/exec": "^1.1.1",
17-
"@actions/io": "^1.1.3",
1816
"lodash": "^4.17.21"
1917
},
2018
"scripts": {

.github/actions/src/playwright-cache/action.yml

Lines changed: 0 additions & 11 deletions
This file was deleted.

.github/actions/src/playwright-cache/index.ts

Lines changed: 0 additions & 84 deletions
This file was deleted.

.github/actions/src/playwright-cache/sample.json

Whitespace-only changes.

0 commit comments

Comments
 (0)