From 014fb270b389f5bfee6406bd09f80204d44afc0d Mon Sep 17 00:00:00 2001 From: "Visal .In" Date: Sat, 8 Aug 2020 07:05:46 +0700 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bf5ebed..e5f49e7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,11 +5,11 @@ jobs: build: name: test runs-on: ubuntu-16.04 - steps: - - uses: actions/checkout@master - - name: Setup deno - uses: denolib/setup-deno@master - with: - deno-version: 1.2.0 - - name: Run tests - run: deno test --allow-read --allow-write + steps: + - uses: actions/checkout@master + - name: Setup deno + uses: denolib/setup-deno@master + with: + deno-version: 1.2.0 + - name: Run tests + run: deno test --allow-read --allow-write