Skip to content

Commit

Permalink
Create test.yml workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
yairsimantov20 authored Feb 20, 2024
1 parent 6fbb10d commit 8d7f96b
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 @@
name: test
on:
workflow_dispatch:


jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: ./
with:
# input params if you have any

0 comments on commit 8d7f96b

Please sign in to comment.