Skip to content

Commit

Permalink
Add deno publish --dry-run job
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Nov 1, 2024
1 parent e6c62ff commit d32ebda
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/deno_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: true
- uses: denoland/setup-deno@v1
- uses: denoland/setup-deno@v2
with:
deno-version: v2.x
- name: Set permissions with network access
Expand All @@ -69,6 +69,15 @@ jobs:
with:
files: coverage.lcov

publish-dry-run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: denoland/setup-deno@v2
with:
deno-version: v2.x
- run: deno publish --dry-run

deploy:
needs: [build]
runs-on: ubuntu-latest
Expand Down

0 comments on commit d32ebda

Please sign in to comment.