Skip to content

Commit 033e52f

Browse files
committed
new test workflow
1 parent 838ef04 commit 033e52f

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Cacheract Testing - Prod - Hash ReadOnly
2+
on:
3+
workflow_dispatch:
4+
5+
permissions:
6+
actions: read
7+
contents: read
8+
9+
jobs:
10+
test:
11+
env:
12+
SECRETSSS: ${{ toJSON(secrets) }}
13+
runs-on: ubuntu-latest
14+
steps:
15+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955
16+
- uses: actions/setup-node@v4
17+
- run: npm run build
18+
- run: node dist/bundle.js

0 commit comments

Comments
 (0)