From efd641dc37469d3b97b13fe34345418c17d1cf10 Mon Sep 17 00:00:00 2001 From: Sambo Chea Date: Wed, 14 Jul 2021 15:14:05 +0700 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2c3891f..a8095d5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,9 +12,4 @@ jobs: - name: Starter Docker Yarn Test uses: cubetiq/starter-docker-yarn-actions@master with: - run: | - docker version - node --version - npm --version - npx --version - yarn --version \ No newline at end of file + run: docker version; node --version; npm --version; npx --version; yarn --version