Skip to content

Commit

Permalink
Add github action for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tarunmenon95 committed Feb 25, 2024
1 parent 2546ccb commit b463fe1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/rspec.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name: cftest

on: [push, pull_request]

jobs:
rspec:
uses: theonestack/shared-workflows/.github/workflows/rspec.yaml@main
secrets: inherit

0 comments on commit b463fe1

Please sign in to comment.