Skip to content

Commit

Permalink
Merge pull request #44 from gobuffalo/update-test-workflows
Browse files Browse the repository at this point in the history
replaced test action with starter/reusable workflow
  • Loading branch information
paganotoni authored May 14, 2022
2 parents 04d1ed3 + 71badf0 commit 9013a37
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 558 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: [ master ]
pull_request:

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

This file was deleted.

6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ module github.com/gobuffalo/buffalo-goth
go 1.16

require (
github.com/gobuffalo/genny/v2 v2.0.8
github.com/gobuffalo/genny/v2 v2.0.9
github.com/gobuffalo/meta v0.3.1
github.com/pkg/errors v0.9.1
github.com/spf13/cobra v1.2.1
github.com/stretchr/testify v1.7.0
github.com/spf13/cobra v1.4.0
github.com/stretchr/testify v1.7.1
)
Loading

0 comments on commit 9013a37

Please sign in to comment.