From ce0501bef329ba6c9742c96950707fe15c3960e9 Mon Sep 17 00:00:00 2001 From: BuckarooBanzay Date: Mon, 11 May 2020 10:41:23 +0200 Subject: [PATCH] fix name typo in github action --- .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 5a614a9..2d00698 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -12,4 +12,4 @@ jobs: - uses: actions/checkout@v1 - name: integration-test - run: ./test/integration-test-standalone.sh + run: ./test/integration-test.sh