Skip to content

Commit

Permalink
ci: fix id
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoDog896 authored Apr 13, 2023
1 parent fbf3146 commit e98848b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ jobs:
- uses: denoland/setup-deno@v1
with:
deno-version: vx.x.x
- name: Update dependencies
run: deno task update
- name: Basic tests
id: Run tests
- name: Run tests
id: test
run: deno task test

0 comments on commit e98848b

Please sign in to comment.