Skip to content

Commit

Permalink
Merge branch 'refs/heads/main' into next
Browse files Browse the repository at this point in the history
# Conflicts:
#	src/PrintOne.ts
#	test/Batch.spec.ts
#	test/PrintOne.spec.ts
  • Loading branch information
UnderKoen committed Jul 1, 2024
2 parents 20d3f0f + 2a4f58b commit 4697a5b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
node-version: "lts/*"
- name: Install dependencies
run: npm ci
- name: Build
run: npm run build
- name: Test
run: npm run test
env:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
node-version: "lts/*"
- name: Install dependencies
run: npm ci
- name: Build
run: npm run build
- name: Test
run: npm run test
env:
Expand Down

0 comments on commit 4697a5b

Please sign in to comment.