Skip to content

Commit df753b3

Browse files
authored
Merge pull request #138 from fensak-io/main
Release
2 parents 5f7525a + 478a9da commit df753b3

File tree

4 files changed

+60
-47
lines changed

4 files changed

+60
-47
lines changed

.github/workflows/lint-test-stage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
deno test \
4141
--parallel --unstable --allow-net --allow-env --allow-read \
4242
--ignore=deployments/release \
43-
--reporter=junit --junit-path=./report.xml
43+
--junit-path=./report.xml
4444
env:
4545
FENSAK_GITHUB_WEBHOOK_SECRET: ${{ secrets.FENSAK_GITHUB_WEBHOOK_SECRET }}
4646
FENSAK_GITHUB_APP_ID: ${{ secrets.FENSAK_GITHUB_APP_ID }}

.github/workflows/release-sanity-check.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,7 @@ jobs:
4444
- name: integration test
4545
run: |
4646
deno test \
47-
--unstable --allow-net --allow-env --allow-read \
48-
--reporter=junit --junit-path=./report.xml \
47+
--unstable --allow-net --allow-env --allow-read --junit-path=./report.xml \
4948
./deployments/release/integration_test.ts
5049
env:
5150
FENSAK_TEST_COMMITTER_GITHUB_APP_PRIVATE_KEY: ${{ secrets.FENSAK_TEST_COMMITTER_GITHUB_APP_PRIVATE_KEY }}

deno.lock

Lines changed: 57 additions & 43 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

deps.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,4 @@ import _Ajv from "npm:ajv@^8.12.0";
7272
const Ajv = _Ajv as unknown as typeof _Ajv.default;
7373
export { Ajv };
7474

75-
export * as reng from "npm:@fensak-io/reng@1.2.1";
75+
export * as reng from "npm:@fensak-io/reng@1.3.0";

0 commit comments

Comments
 (0)