Skip to content

Commit

Permalink
chore: test gha
Browse files Browse the repository at this point in the history
  • Loading branch information
ngergs committed Oct 21, 2023
1 parent df383f6 commit e78ddfd
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: release

env:
go-version: '^1.21.1'
go-version: '^1.21.3'

on:
push:
Expand Down
18 changes: 18 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: test

env:
go-version: '^1.21.3'

on:
pull_request:
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Run tests
uses: ngergs/composite-actions/go-test@main
with:
go-version: ${{ env.go-version }}

0 comments on commit e78ddfd

Please sign in to comment.