Skip to content

Commit 9ace829

Browse files
chore: test
1 parent 530847f commit 9ace829

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ jobs:
77
name: Jest
88
runs-on: ubuntu-latest
99
steps:
10+
- name: Test
11+
run: echo ${GITHUB_EVENT_NAME}; echo ${GITHUB_REF};
1012
- name: Filter
1113
run: if [[ ${GITHUB_EVENT_NAME} == "push" && ${GITHUB_REF} != "refs/heads/master" ]]; then exit 78; fi
1214
- uses: actions/checkout@v1

0 commit comments

Comments
 (0)