Skip to content

Commit

Permalink
Updated ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Hkaar committed Oct 16, 2024
1 parent 5965f48 commit 94f42b5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -64,5 +64,5 @@ jobs:
run: deno install

- name: Run tests
run: deno test
run: deno test tests/

1 change: 1 addition & 0 deletions tests/first_test.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

0 comments on commit 94f42b5

Please sign in to comment.