Skip to content

Commit

Permalink
test: test with ls to check github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Molaryy committed Oct 22, 2023
1 parent 6a3af5d commit ad5abb0
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/bective-ci-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,12 @@ jobs:
needs: [lint-front]
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v4
- uses: actions/checkout@v3
- name: set up golang
uses: actions/setup-go@v4
with:
go-version: '1.21.3'
- name: build backend
run: |
ls
cd backend
go build -v

0 comments on commit ad5abb0

Please sign in to comment.