From 57afc4ccf740ed79a5086b829fcbf5de756afef2 Mon Sep 17 00:00:00 2001 From: "stefan.rieckhof" Date: Fri, 23 Aug 2024 10:31:02 +0200 Subject: [PATCH] actually run the integration tests --- .github/workflows/golang-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/golang-ci.yml b/.github/workflows/golang-ci.yml index fb47a390f..c88e7db61 100644 --- a/.github/workflows/golang-ci.yml +++ b/.github/workflows/golang-ci.yml @@ -26,7 +26,7 @@ jobs: sudo apt-get update sudo apt-get install -y docker-compose - name: Integration tests - run: docker-compose run testserver make ci + run: docker-compose run testserver make integration - name: Send coverage uses: shogo82148/actions-goveralls@v1 with: