Skip to content

Commit

Permalink
Create sdk-e2e-tests.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
liyaka authored Sep 15, 2024
1 parent 6111a1d commit b0afeca
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/sdk-e2e-tests.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: SDK E2E Tests
run-name: "SDK E2E Tests ${{ github.ref_name }} by @${{ github.actor }}"
on:
workflow_dispatch:

jobs:
run-e2e:
name: SDK E2E Tests
runs-on: ubuntu-latest
steps:
- name: echo
run: echo

0 comments on commit b0afeca

Please sign in to comment.