Skip to content

Commit

Permalink
git action test
Browse files Browse the repository at this point in the history
  • Loading branch information
smith committed Apr 7, 2024
1 parent add5d66 commit f23a38f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ jobs:
run: docker compose -f opc_ua/docker-compose-local.yml up -d

- name: run server
run: docker compose -f docker-compose-testenv.yml up -d
# run: docker compose -f docker-compose-testenv.yml up -d
run: env git_test=1 go run main.go

- name: Test
run: env git_test=1 go test -v ./...

0 comments on commit f23a38f

Please sign in to comment.