Skip to content

Commit

Permalink
chore:add github/workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
geebytes committed May 7, 2024
1 parent 19d21de commit d4d0fdf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ on:

jobs:

build:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.20
go-version: 1.20.7

- name: Start Docker Composer
run: docker-compose up -d
Expand Down

0 comments on commit d4d0fdf

Please sign in to comment.