File tree 2 files changed +3
-9
lines changed
2 files changed +3
-9
lines changed Original file line number Diff line number Diff line change 4
4
workflow_call :
5
5
6
6
jobs :
7
-
8
7
check-commit-ancestor :
9
8
name : Check commit ancestor
10
9
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 6
6
- release/*
7
7
8
8
jobs :
9
-
10
9
pre-release-check :
11
- uses : cucumber/cucumber-react/ .github/workflows/prerelease-checks.yml@add-release-workflow
10
+ uses : ./ .github/workflows/prerelease-checks.yml
12
11
13
12
test :
14
- uses : cucumber/cucumber-react/ .github/workflows/test.yml@add-release-workflow
13
+ uses : ./ .github/workflows/test.yml
15
14
16
15
publish-npm :
17
16
name : Publish NPM module
@@ -21,17 +20,13 @@ jobs:
21
20
22
21
steps :
23
22
- uses : actions/checkout@v3
24
-
25
23
- uses : actions/setup-node@v3
26
24
with :
27
25
node-version : 20.x
28
26
cache : ' npm'
29
27
cache-dependency-path : package-lock.json
30
-
31
- - run : npm install-ci-test
32
-
28
+ - run : npm ci
33
29
- run : npm run compile
34
-
35
30
-
uses :
cucumber/[email protected]
36
31
with :
37
32
npm-token : ${{ secrets.NPM_TOKEN }}
You can’t perform that action at this time.
0 commit comments