Skip to content

Commit

Permalink
Simple Github Actions workflow for E2E
Browse files Browse the repository at this point in the history
  • Loading branch information
acopar committed Apr 26, 2024
1 parent d7f4c40 commit 2bde809
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: ReSDK E2E

on:
pull_request:
workflow_dispatch:

jobs:
e2e:
runs-on: e2e-runner
needs: unittest
steps:
- run: echo "Running."

0 comments on commit 2bde809

Please sign in to comment.