1
0
mirror of https://github.com/nikolaydubina/calendarheatmap.git synced 2025-09-16 17:46:27 +02:00

Update test-deploy.yml

Signed-off-by: Nikolay Dubina <nikolay.dubina.pub@gmail.com>
This commit is contained in:
Nikolay Dubina
2024-08-22 16:10:10 +08:00
committed by GitHub
parent b01e2ef5db
commit 907153c0dc

View File

@@ -13,14 +13,13 @@ jobs:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Go 1.x
uses: actions/setup-go@v5
with:
go-version: ^1.16
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v4
- name: Test
run: |