Skip to content
This repository has been archived by the owner on Sep 8, 2023. It is now read-only.

Commit

Permalink
Add a basic test workflow to see what works
Browse files Browse the repository at this point in the history
  • Loading branch information
jpwilliams committed Aug 12, 2022
1 parent 829b462 commit b79fe6c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
on:
workflow_dispatch:
push:
branches:
- main

jobs:
- uses: actions/checkout@v3
- uses: ./
- run: which inngest
- run: inngest version

0 comments on commit b79fe6c

Please sign in to comment.