Skip to content

Commit

Permalink
syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
serge-s committed Apr 25, 2024
1 parent 579e7d0 commit 208da75
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Build on PR and push to master
on:
pull_request:
branches:
- [ master, test_results]
- [ master, test_results ]
push:
branches:
- [ master, test_results]
- [ master, test_results ]

jobs:
build:
Expand All @@ -17,7 +17,7 @@ jobs:
- run: ./test.sh
- name: Test Report
uses: dorny/test-reporter@v1
if: success() || failure() # run this step even if the previous step failed
if: success() || failure() # run this step even if the previous step failed
with:
name: Tests
path: reports/jest-*.xml
Expand Down

0 comments on commit 208da75

Please sign in to comment.