Skip to content

Commit e72c6bb

Browse files
authored
Merge pull request #134 from share/manual-gh-test-action
GH Actions - Add manual triggering, update action versions
2 parents 55c7ece + 0b6a700 commit e72c6bb

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/test.yml

+6-2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ on:
77
pull_request:
88
branches:
99
- master
10+
# Allow manually triggering tests
11+
workflow_dispatch:
12+
branches:
13+
- master
1014

1115
jobs:
1216
test:
@@ -30,8 +34,8 @@ jobs:
3034
- 27017:27017
3135
timeout-minutes: 10
3236
steps:
33-
- uses: actions/checkout@v2
34-
- uses: actions/setup-node@v1
37+
- uses: actions/checkout@v3
38+
- uses: actions/setup-node@v3
3539
with:
3640
node-version: ${{ matrix.node }}
3741
- name: Install

0 commit comments

Comments
 (0)