Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
Change UT workflow to run against PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
ohltyler committed Jun 8, 2020
1 parent db5d344 commit 99b25ca
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/unit-tests-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ on:
push:
branches:
- master
pull_request:
branches:
- master

jobs:
tests:
Expand All @@ -15,9 +18,8 @@ jobs:
- name: Checkout Kibana
uses: actions/checkout@v2
with:
repository: opendistro-for-elasticsearch/kibana-oss
ref: 7.7.0
token: ${{ secrets.KIBANA_OSS_ACCESS }}
repository: elastic/kibana
ref: v7.7.0
path: kibana
- name: Get node and yarn versions
id: versions_step
Expand Down

0 comments on commit 99b25ca

Please sign in to comment.