Skip to content

Commit

Permalink
ci: update GitHub Actions workflow
Browse files Browse the repository at this point in the history
- Add --allow-scripts=esbuild flag to dnt build command
- Update default-branch and package-name in release-please action
- Simplify conditional for NPM publish step
  • Loading branch information
Brian Leonard authored and Brian Leonard committed Oct 16, 2024
1 parent d635079 commit afdcd33
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deno.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,10 @@ jobs:
with:
path: ~/.deno
key: ${{ runner.OS }}-deno-${{ hashFiles('**/deno.json', 'src/deps/*.ts') }}


- name: Cache Dependencies 2
run: deno cache --allow-scripts=esbuild src/index.ts


- name: Run Deno Tests
run: deno test --allow-all
Expand Down

0 comments on commit afdcd33

Please sign in to comment.