Skip to content

Commit

Permalink
fix: тесты в Github actions теперь запускаются из ветки PR, а не main
Browse files Browse the repository at this point in the history
  • Loading branch information
mxseev committed Nov 29, 2021
1 parent b672e97 commit 7f8270a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-report.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Run Jest tests
on: [pull_request_target]
on: [pull_request]

jobs:
build-test:
Expand All @@ -22,4 +22,4 @@ jobs:
with:
name: Jest Tests
path: junit.xml
reporter: jest-junit
reporter: jest-junit

0 comments on commit 7f8270a

Please sign in to comment.