Compare commits

...

3 Commits

Author SHA1 Message Date
134cb7aad1 Merge branch 'gitea-actions'
All checks were successful
Build / gobuild (push) Successful in 47s
2023-12-02 16:42:55 +00:00
d36262eaf4 Using two different name tags to build
Some checks failed
Build / gobuild (push) Failing after 1m4s
2023-12-02 16:40:32 +00:00
e7a054c57f Trying to build two files 2023-12-02 16:38:48 +00:00

View File

@ -10,8 +10,10 @@ jobs:
uses: actions/setup-go@v3 uses: actions/setup-go@v3
with: with:
go-version: '1.21.x' go-version: '1.21.x'
- name: Build - name: Build day one
run: go build -v ./*/*.go run: go build -v ./day01/*.go
- name: Build day two
run: go build -v ./day02/*.go
- name: Display Go version - name: Display Go version
run: go version run: go version
- name: List files in the repository - name: List files in the repository