diff --git a/.github/workflows/testapp.yml b/.github/workflows/testapp.yml index 4f9b30fe..ff7079f8 100644 --- a/.github/workflows/testapp.yml +++ b/.github/workflows/testapp.yml @@ -21,9 +21,8 @@ jobs: run: echo "$PWD" - name: Test with the Go CLI run: | - go mod tidy - go build -o build/l2 -ldflags "-X main.version=`git tag --sort=-version:refname | head -n 1`" l2.go - go test -v ./tests/ - + go mod tidy + go build -o build/l2 -ldflags "-X main.version=`git tag --sort=-version:refname | head -n 1`" l2.go + go test -v ./tests/ - name: Deploy hexmos doc run: curl -X POST --fail -F token=${{ secrets.TRIGGER_TOKEN }} -F ref=main https://git.apps.hexmos.com/api/v4/projects/85/trigger/pipeline \ No newline at end of file