Skip to content

Commit

Permalink
Merge pull request #58 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 committed May 12, 2022
2 parents 2c06641 + ecde316 commit 43a2afb
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 30 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/standard-go-test.yml
@@ -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
30 changes: 0 additions & 30 deletions .github/workflows/tests.yml

This file was deleted.

0 comments on commit 43a2afb

Please sign in to comment.