Skip to content

Commit

Permalink
running build of metac
Browse files Browse the repository at this point in the history
  • Loading branch information
aodinokov committed Aug 16, 2024
1 parent 84b6e3b commit d2124d1
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/buildAndTest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,17 @@ jobs:
run: |
set -x
uname -a
apt update && apt-get install -y ca-certificates
tar -C /usr/local -xzf go.tar.gz && rm go.tar.gz
ls -la /usr/local/go/bin
export PATH=$PATH:/usr/local/go/bin
go
go version
export GO111MODULE=on
go test -cover ./...
go build
# this doesn't work (line 4: GITHUB_OUTPUT: unbound variable) echo uname::test >> $GITHUB_OUTPUT
echo ::set-output name=uname::$(uname -a)
Expand Down

0 comments on commit d2124d1

Please sign in to comment.