From 0c32996ccb17f02aad9bfa7dcc490f9115e67709 Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Wed, 20 Dec 2023 23:12:47 -0500 Subject: [PATCH] Rename test step to a more accurate name (#673) --- .github/workflows/integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 8b6b4a840..efed5320e 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -41,7 +41,7 @@ jobs: run: 'npm ci && npm run build' # No installation - - name: 'Install constraint' + - name: 'Skip install' uses: './' with: skip_install: true