Skip to content

Commit

Permalink
Replace inline tests workflow with reusable call
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonkarns committed Feb 23, 2023
1 parent 73a7cfa commit 1950e8c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 26 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: Test
on:
push:
pull_request:
workflow_dispatch:

jobs:
test:
uses: bats-core/.github/.github/workflows/test.yml@v1
26 changes: 0 additions & 26 deletions .github/workflows/tests.yml

This file was deleted.

0 comments on commit 1950e8c

Please sign in to comment.