Skip to content

Commit

Permalink
testé
Browse files Browse the repository at this point in the history
  • Loading branch information
dhia-gharsallaoui committed Sep 28, 2022
1 parent e3b6a8d commit bb20cae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ jobs:
cd mage
go run bootstrap.go install
cd ./..
pwd
- name: Print Go version and environment
id: vars
Expand All @@ -38,9 +37,10 @@ jobs:
go env
printf "\n\nSystem environment:\n\n"
env
- name: Build
run: |
GOOS=$GOOS mage -v build ./... 2> /dev/null
GOOS=$GOOS mage -v build 2> /dev/null
if [ $? -ne 0 ]; then
echo "::warning ::$GOOS Build Failed"
exit 0
Expand Down

0 comments on commit bb20cae

Please sign in to comment.