1
0
mirror of https://github.com/nikolaydubina/calendarheatmap.git synced 2024-12-12 13:25:21 +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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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: |