Skip to content

Commit

Permalink
Merge pull request #144 from gobuffalo/preparing-go1.18
Browse files Browse the repository at this point in the history
replaced test action with starter/reusable workflow
  • Loading branch information
paganotoni authored May 12, 2022
2 parents 58e40a4 + 4781c3f commit d0d19dc
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 32 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
32 changes: 0 additions & 32 deletions .github/workflows/tests.yml

This file was deleted.

0 comments on commit d0d19dc

Please sign in to comment.