Skip to content

Commit

Permalink
replaced test action with starter/reusable workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sio4 committed May 12, 2022
1 parent bffad87 commit 87fd963
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 31 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/standard-go-test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Standard Test

on:
push:
branches: [ main ]
pull_request:

jobs:
call-standard-test:
name: Test
uses: gobuffalo/.github/.github/workflows/go-test.yml@v1
secrets: inherit
31 changes: 0 additions & 31 deletions .github/workflows/tests.yml

This file was deleted.

0 comments on commit 87fd963

Please sign in to comment.