From 94f42b57f2a9f4fdc854d51a0ae9a8eba4aa6c78 Mon Sep 17 00:00:00 2001 From: Hkaar Date: Thu, 17 Oct 2024 00:06:31 +0800 Subject: [PATCH] Updated ci workflow --- .github/workflows/ci.yaml | 4 ++-- tests/first_test.ts | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 tests/first_test.ts diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2c6d6bd..144bc8b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -36,7 +36,7 @@ jobs: run: deno install - name: Run Linter - run: deno lint app/ components/ lib/ + run: ./node_modules/.bin/eslint app/ components/ lib/ test: name: Tests @@ -64,5 +64,5 @@ jobs: run: deno install - name: Run tests - run: deno test + run: deno test tests/ diff --git a/tests/first_test.ts b/tests/first_test.ts new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/tests/first_test.ts @@ -0,0 +1 @@ +