Skip to content

Commit

Permalink
Included a test workflow
Browse files Browse the repository at this point in the history
Signed-off-by: nathannaveen <42319948+nathannaveen@users.noreply.github.com>
  • Loading branch information
nathannaveen committed Nov 29, 2023
1 parent a05760a commit d9bf694
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/testWorkflow.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Test Workflow

on:
workflow_dispatch:

jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2

- name: Run tests
run: |
echo "Running tests..."

0 comments on commit d9bf694

Please sign in to comment.