Skip to content

Commit ab35c98

Browse files
committed
run e2e tests in CI
1 parent 27035e2 commit ab35c98

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.github/workflows/e2e-tests.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: E2E Tests
2+
3+
on:
4+
push:
5+
branches: [main]
6+
tags: ['*']
7+
pull_request:
8+
branches: [main]
9+
workflow_dispatch:
10+
11+
permissions:
12+
contents: read
13+
14+
jobs:
15+
e2e-tests:
16+
uses: SocketDev/socket-registry/.github/workflows/test.yml@main
17+
secrets: inherit
18+
with:
19+
test-script: 'pnpm run e2e-tests'
20+
timeout-minutes: 20

0 commit comments

Comments
 (0)