From 92c3de9d8cf28d607fde24de21c2781dbc6b0b3f Mon Sep 17 00:00:00 2001 From: Michael Shick Date: Fri, 22 Nov 2019 18:36:43 -0500 Subject: [PATCH] test context --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5f89689..4bc6090 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -9,7 +9,7 @@ jobs: - uses: actions/checkout@v1 - run: npm ci - - run: npm test + # - run: npm test - uses: ./ with: msg: Hello!