From 61d18bbfa89afa5cd89171c7b41ee829d72340c2 Mon Sep 17 00:00:00 2001 From: Mark Moffat Date: Sun, 22 Mar 2020 20:23:29 +1030 Subject: [PATCH] Playing with actions --- .github/workflows/tests.yaml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index cf3037f..4022157 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -16,11 +16,7 @@ jobs: ports: - 27017:27017 steps: - - uses: actions/checkout@v1 - - run: npm ci - working-directory: ./mongodb - - run: node client.js - working-directory: ./mongodb + - uses: actions/checkout@v1 env: # use mongodb for the host here because we have specified a container for the job. # If we were running the job on the VM this would be localhost