From bd18c48aa936d29a993f082fe2effce7c62da0fe Mon Sep 17 00:00:00 2001 From: ben Date: Thu, 30 May 2024 15:34:58 +1000 Subject: [PATCH] Run integration tests --- .github/workflows/integration_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration_test.yml b/.github/workflows/integration_test.yml index 0777252..9944680 100644 --- a/.github/workflows/integration_test.yml +++ b/.github/workflows/integration_test.yml @@ -97,7 +97,7 @@ jobs: - name: Run integration tests run: | - bundle exec rake observium:integration + bundle exec rake litmus:acceptance:parallel - name: Remove test environment if: ${{ always() }}