Skip to content

Commit

Permalink
pull request checks (via #108)
Browse files Browse the repository at this point in the history
  • Loading branch information
kirill-konshin authored Mar 6, 2020
1 parent 03b80b7 commit 8e6a24a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Build

on:
pull_request:
branches:
- '*'
push:
branches:
- '*'
Expand Down
1 change: 0 additions & 1 deletion packages/allure-js-commons/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import "./src/properties";
export { AllureRuntime } from "./src/AllureRuntime";
export { InMemoryAllureWriter } from "./src/writers";
export { AllureConfig, IAllureConfig } from "./src/AllureConfig";
Expand Down

0 comments on commit 8e6a24a

Please sign in to comment.