Skip to content

Commit

Permalink
test: fix snapshot (bcoe#511)
Browse files Browse the repository at this point in the history
build: update release-please action version
test: switch module name checked for in assertions
  • Loading branch information
bcoe authored and mcknasty committed Jan 3, 2024
1 parent f60dfc9 commit 1a5ae6c
Show file tree
Hide file tree
Showing 3 changed files with 132 additions and 72 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,11 @@ jobs:
runs-on: ubuntu-latest
if: github.repository == 'bcoe/c8'
steps:
- uses: GoogleCloudPlatform/release-please-action@v3
- uses: GoogleCloudPlatform/release-please-action@v4
id: release
with:
token: ${{ secrets.GITHUB_TOKEN }}
release-type: node
package-name: c8
# The logic below handles the npm publication:
- uses: actions/checkout@v3
# these if statements ensure that a publication only occurs when
Expand Down
2 changes: 1 addition & 1 deletion test/integration.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ beforeEach(function () {
env: { NODE_DEBUG: 'c8' }
})
output.toString('utf8').should.match(
/Error: ENOENT: no such file or directory.*loaders\.js/
/Error: ENOENT: no such file or directory.*loader\.js/
)
})

Expand Down

0 comments on commit 1a5ae6c

Please sign in to comment.