Skip to content

Commit

Permalink
updated actions
Browse files Browse the repository at this point in the history
  • Loading branch information
sundaram2021 committed Oct 4, 2024
1 parent 5f06146 commit 9f94785
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
build:
name: Build
runs-on: ubuntu-latest
strategy:
matrix:
project: [bookstore-api, chatapp, databasescrud, fileserver, gin-practice, gin-server, ginnn, ginnn2, github-client-go, jsontoxecelconverter, nutrition-calculator, online-compiler, platform, postman-clone, quiz-cli, restful, server, server2, server3, sportsstore, task_processor, todoapp, url-shortener, users]
steps:
- name: Set up Go ${{ env.GO_VERSION }}
uses: actions/setup-go@v4
Expand All @@ -25,8 +28,10 @@ jobs:
uses: actions/checkout@v4
- name: Build
run: go build ./...
working-directory: ${{ matrix.project }}
- name: Test
run: go test ./...
working-directory: ${{ matrix.project }}
greeting:
runs-on: ubuntu-latest
permissions:
Expand Down

0 comments on commit 9f94785

Please # to comment.