Skip to content

Commit

Permalink
Add new workflow for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
aulorbe committed Aug 27, 2024
1 parent 08100f2 commit 4d55b8b
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/e2e-testing.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Testing

on:
workflow_call: {}

jobs:
e2e-tests:
name: Run end-to-end tests
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Setup
uses: ./.github/actions/e2d-testing/edge/vercel-deploy.yml

0 comments on commit 4d55b8b

Please sign in to comment.