From 73e12d9756c244b0933071214c475300451eab7c Mon Sep 17 00:00:00 2001 From: lovestaco Date: Thu, 20 Jul 2023 19:24:04 +0530 Subject: [PATCH] yaml syntax --- .github/workflows/testapp.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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