Skip to content

Commit

Permalink
feat: new test
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Leonard authored and Brian Leonard committed Aug 20, 2024
1 parent b2e052d commit f34255f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deno.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}

build-test:
needs: release-please
needs: release-pleases
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -76,8 +76,8 @@ jobs:

- name: Install Dependencies
run: npm ci
working-directory: ./npm
working-directory: npm

- name: Run NPM Tests
run: npm test
working-directory: ./npm
working-directory: npm

0 comments on commit f34255f

Please sign in to comment.