Skip to content

ci(github-actions): fix the action used to push images (#31) #112

ci(github-actions): fix the action used to push images (#31)

ci(github-actions): fix the action used to push images (#31) #112

Workflow file for this run

name: Tests
on: [push]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.21'
- name: Install dependencies
run: go get .
- name: Test
run: go test -v ./...